public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6010] Verbose support in analyze_brprob_spec
@ 2021-12-16  1:58 Xiong Hu Luo
  0 siblings, 0 replies; only message in thread
From: Xiong Hu Luo @ 2021-12-16  1:58 UTC (permalink / raw)
  To: gcc-cvs

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()


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

only message in thread, other threads:[~2021-12-16  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16  1:58 [gcc r12-6010] Verbose support in analyze_brprob_spec Xiong Hu Luo

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).