public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gprofng: include percentages in default metrics list
@ 2022-05-09 22:49 vladimir.mezentsev
  0 siblings, 0 replies; only message in thread
From: vladimir.mezentsev @ 2022-05-09 22:49 UTC (permalink / raw)
  To: binutils

From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>

gprofng/ChangeLog
2022-05-09  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	* src/gprofng.rc: Include percentages in default metrics list.
---
 gprofng/src/gprofng.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gprofng/src/gprofng.rc b/gprofng/src/gprofng.rc
index 387022017a5..4cdf61154c1 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
-- 
2.27.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-09 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 22:49 [PATCH] gprofng: include percentages in default metrics list vladimir.mezentsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).