From 83bec4829b6ed5819b0a7b951bc172e7461fb1f4 Mon Sep 17 00:00:00 2001 From: Vladimir Mezentsev Date: Mon, 9 May 2022 15:44:41 -0700 Subject: gprofng: include percentages in default metrics list gprofng/ChangeLog 2022-05-09 Vladimir Mezentsev * src/gprofng.rc: Include percentages in default metrics list. --- gprofng/src/gprofng.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gprofng') diff --git a/gprofng/src/gprofng.rc b/gprofng/src/gprofng.rc index 3870220..4cdf611 100644 --- a/gprofng/src/gprofng.rc +++ b/gprofng/src/gprofng.rc @@ -34,7 +34,7 @@ dmetrics i.heapalloccnt:e!heapalloccnt: # Ovw_data.h, BaseMetricTreeNode.cc and Experiment.cc metric registration dmetrics i!total:e!.total # Show total cpu time -dmetrics ei.totalcpu +dmetrics ei%.totalcpu dmetrics i!.user:e!.user dmetrics i!system:e!.system dmetrics i!trap:e!.trap @@ -72,7 +72,7 @@ dmetrics i!K_IPC:e!.K_IPC dmetrics i!K_CPI:e!.K_CPI # for HWC, show exclusive only -dmetrics i!hwc:e.hwc +dmetrics i!hwc:e%.hwc # for synctrace, show inclusive only dmetrics i.sync:e!sync -- cgit v1.1