Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d0e037eb
Commit
d0e037eb
authored
Apr 17, 2016
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* analyze_brprob: Update comment.
From-SVN: r235083
parent
460545e8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
contrib/ChangeLog
+4
-0
contrib/analyze_brprob
+4
-3
No files found.
contrib/ChangeLog
View file @
d0e037eb
2016
-
04
-
17
Jan
Hubicka
<
jh
@suse
.
cz
>
*
analyze_brprob
:
Update
comment
.
2016
-
04
-
13
Martin
Sebor
<
msebor
@redhat
.
com
>
*
check_GNU_style
.
sh
:
Avoid
false
posivies
in
trailing
operator
...
...
contrib/analyze_brprob
View file @
d0e037eb
...
...
@@ -33,11 +33,12 @@
# Step 1: Compile and profile your program. You need to use -fprofile-arcs
# flag to get the profiles
# Step 2: Generate log files. The information about given heuristics are
# saved into *.bp dumps. You need to pass the -db switch to the compiler as well
# saved into ipa-profile dumps. You need to pass the -fdimp-ipa-profile switch
# to the compiler as well
# as -fbranch-probabilities to get the results of profiling noted in the dumps.
# Ensure that there are no "Arc profiling: some edge counts were bad." warnings.
# Step 3: Run this script to concatenate all *.
lif
e files:
# analyze_brprob `find . -name *.
lif
e`
# Step 3: Run this script to concatenate all *.
profil
e files:
# analyze_brprob `find . -name *.
profil
e`
# the information is collected and print once all files are parsed. This
# may take a while.
# Note that the script does use bc to perform long arithmetic.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment