summaryrefslogtreecommitdiffstats
path: root/contrib/analyze_brprob
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-26 06:41:48 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-26 06:41:48 +0000
commit92ab22406330db7b84562e775c413f4227ff6e67 (patch)
treea8e446768d8518da2629c3caaa9f9b73d86ede75 /contrib/analyze_brprob
parent5e8785172ae21f82c03a677aa16602639af58d39 (diff)
downloadppe42-gcc-92ab22406330db7b84562e775c413f4227ff6e67.tar.gz
ppe42-gcc-92ab22406330db7b84562e775c413f4227ff6e67.zip
* analyze_brprob: Fix documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/analyze_brprob')
-rwxr-xr-xcontrib/analyze_brprob4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/analyze_brprob b/contrib/analyze_brprob
index c17f3d0415d..c385d847b56 100755
--- a/contrib/analyze_brprob
+++ b/contrib/analyze_brprob
@@ -22,7 +22,7 @@
#
#
# This script is used to calculate two basic properties of the branch prediction
-# heuristics - coverage and hitrate. Coverage is number of execution of a given
+# heuristics - coverage and hitrate. Coverage is number of executions of a given
# branch matched by the heuristics and hitrate is probability that once branch is
# predicted as taken it is really taken.
#
@@ -30,7 +30,7 @@
# may be directly used in predict.c.
#
# Usage:
-# Step 1: compile and profile your program. You need to use -fprofile-arcs
+# 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 *.life dumps. You need to pass the -df switch to the compiler as well
OpenPOWER on IntegriCloud