public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Xiong Hu Luo <luoxhu@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6010] Verbose support in analyze_brprob_spec
Date: Thu, 16 Dec 2021 01:58:30 +0000 (GMT)	[thread overview]
Message-ID: <20211216015830.5F1693858D3C@sourceware.org> (raw)

https://gcc.gnu.org/g:e1f8c14b9a0387e2beffeee002c56164166a265b

commit r12-6010-ge1f8c14b9a0387e2beffeee002c56164166a265b
Author: Xionghu Luo <luoxhu@linux.ibm.com>
Date:   Wed Dec 15 19:58:10 2021 -0600

    Verbose support in analyze_brprob_spec
    
    Also add verbose argument support like analyze_brprob.py
    
    contrib/ChangeLog:
    
            * analyze_brprob_spec.py: Add verbose argument.

Diff:
---
 contrib/analyze_brprob_spec.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/analyze_brprob_spec.py b/contrib/analyze_brprob_spec.py
index e621853ba4e..063bd11d99c 100755
--- a/contrib/analyze_brprob_spec.py
+++ b/contrib/analyze_brprob_spec.py
@@ -31,6 +31,7 @@ parser.add_argument('-s', '--sorting', dest = 'sorting',
     choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'],
     default = 'branches')
 parser.add_argument('-d', '--def-file', help = 'path to predict.def')
+parser.add_argument('-v', '--verbose', action = 'store_true', help = 'Print verbose informations')
 
 args = parser.parse_args()


                 reply	other threads:[~2021-12-16  1:58 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=20211216015830.5F1693858D3C@sourceware.org \
    --to=luoxhu@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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).