From 3148c5d73665ee7d7082c5e733c5ac82ac96f6d9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 15 Aug 2019 19:04:25 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4a9a3a87..f249ebba 100644 --- a/NEWS +++ b/NEWS @@ -11,10 +11,11 @@ v0.6 (xxxx-xx-xx) - Dropped support for pre-v0.4 traces. - Implemented context switch capture on selected platforms. + - Zone timings in various UI places can now take into account only the + time when the thread was executing. - Zone information window can now display regions in which thread was suspended by the operating system. - - Find zone menu can now display zone timing information for when the - thread was in a running state. + - CPUs on which the zone was running are enumerated. - API breakage: SetThreadName() now only works on current thread. - Fixed thread name retrieval after thread is destroyed. - Added number of CPU cores to host info.