diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-06-13 22:40:02 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-06-13 22:40:02 -0400 |
commit | 7709e6ba93be4b67b22e2f3f9c853a3e1ab4458b (patch) | |
tree | 582d35cd1edd6a12e6c45929f84f9a8fe18f6c8e /src/cpu/o3/commit_impl.hh | |
parent | 285b88a57b0111cc6698f2e30182dca17d8ea15a (diff) | |
parent | 133903b28d06842ec8fd30ae8b439c37e33da31b (diff) | |
download | gem5-7709e6ba93be4b67b22e2f3f9c853a3e1ab4458b.tar.xz |
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/newmem-merge
--HG--
extra : convert_revision : 5c0e56572c5ca14e0c9a7ac52b0453026e48b336
Diffstat (limited to 'src/cpu/o3/commit_impl.hh')
-rw-r--r-- | src/cpu/o3/commit_impl.hh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index 8384dbead..021d3ef90 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -204,19 +204,6 @@ DefaultCommit<Impl>::regStats() .flags(total) ; - // - // Commit-Eligible instructions... - // - // -> The number of instructions eligible to commit in those - // cycles where we reached our commit BW limit (less the number - // actually committed) - // - // -> The average value is computed over ALL CYCLES... not just - // the BW limited cycles - // - // -> The standard deviation is computed only over cycles where - // we reached the BW limit - // commitEligible .init(cpu->number_of_threads) .name(name() + ".COM:bw_limited") |