public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Vladimir Mezentsev <vmezents@sourceware.org>
To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org
Subject: [binutils-gdb] gprofng: include percentages in default metrics list
Date: Tue, 10 May 2022 05:42:57 +0000 (GMT)	[thread overview]
Message-ID: <20220510054257.07EDA38485B4@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=83bec4829b6ed5819b0a7b951bc172e7461fb1f4

commit 83bec4829b6ed5819b0a7b951bc172e7461fb1f4
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Mon May 9 15:44:41 2022 -0700

    gprofng: include percentages in default metrics list
    
    gprofng/ChangeLog
    2022-05-09  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
    
            * src/gprofng.rc: Include percentages in default metrics list.

Diff:
---
 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


                 reply	other threads:[~2022-05-10  5:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220510054257.07EDA38485B4@sourceware.org \
    --to=vmezents@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).