* analyze_brprob: Fix typos.
From-SVN: r44262
This commit is contained in:
parent
f3a0f754ad
commit
075cc945ad
@ -1,3 +1,7 @@
|
||||
2001-07-23 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* analyze_brprob: Fix typos.
|
||||
|
||||
2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* texi2pod.pl: Handle @r inside @item.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/awk -f
|
||||
# Script to analyze experimental results of our branch prediction heursitics
|
||||
# Script to analyze experimental results of our branch prediction heuristics
|
||||
# Contributed by Jan Hubicka, SuSE inc.
|
||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
#
|
||||
@ -22,7 +22,7 @@
|
||||
#
|
||||
#
|
||||
# This script is used to calculate two basic properties of the branch prediction
|
||||
# heursitics - coverage and hitrate. Coverage is number of executions of given
|
||||
# heuristics - coverage and hitrate. Coverage is number of executions of given
|
||||
# branch matched by the heuristics and hitrate is probability that once branch is
|
||||
# predicted as taken it is really taken.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user