diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-04-12 08:35:56 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-04-12 08:35:56 -0400 |
commit | 4bd61abb5176a85e2bae173534bbe520725a57de (patch) | |
tree | 34b8aa7c18715245f3877ea92c7bb03995592e71 /tests/quick/se/60.rubytest | |
parent | c9634d9b38e5d58a8b68af5f26c257886d791518 (diff) | |
download | gem5-4bd61abb5176a85e2bae173534bbe520725a57de.tar.xz |
Stats: Update with use of std::map for ordered iteration in Ruby
This patch updates the stats to reflect the changes due to the use of
std::map instead of the hash map order-dependent iteration in Ruby.
Diffstat (limited to 'tests/quick/se/60.rubytest')
-rw-r--r-- | tests/quick/se/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/quick/se/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt b/tests/quick/se/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt index f674e7aa3..4d6cc8d4c 100644 --- a/tests/quick/se/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt +++ b/tests/quick/se/60.rubytest/ref/alpha/linux/rubytest-ruby-MOESI_CMP_token/stats.txt @@ -1,8 +1,8 @@ ---------- Begin Simulation Statistics ---------- -sim_seconds 0.000262 # Number of seconds simulated -sim_ticks 262451 # Number of ticks simulated -final_tick 262451 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) +sim_seconds 0.000259 # Number of seconds simulated +sim_ticks 259241 # Number of ticks simulated +final_tick 259241 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000 # Frequency of simulated ticks host_tick_rate 1346552 # Simulator tick rate (ticks/s) host_mem_usage 230676 # Number of bytes of host memory used |