From 134f108a30d1f908c79616c0146f783d40f1d6be Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 16 Nov 2019 17:58:04 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5df51c18..5199bfa1 100644 --- a/NEWS +++ b/NEWS @@ -32,8 +32,8 @@ update utility to convert your old traces now! programs. - Thread migrations across CPU cores can be graphed. - System-wide workload distribution is now plotted on the timeline. -- Added "CPU data" window (accessible from the trace info window), showing - programs competing for CPU during the capture. +- Added "CPU data" window showing programs competing for CPU during the + capture. - Switched to using native thread identifiers (relatively small numbers), as opposed to pthreads identifiers, which in reality were pointers. - Improved thread name discovery if context switch capture is enabled.