From 48d4ca522a2f771188d93a2d5ff54cf505a8ca41 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 15 Apr 2009 13:13:58 -0700 Subject: Update stats after elimination of Unallocated state. Somehow ending threads with halt() instead of deallocate() reduces the squash count on o3 by 1 (and a few other similarly trivial changes). --- .../00.hello/ref/alpha/linux/o3-timing/stats.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/quick/00.hello/ref/alpha/linux/o3-timing/stats.txt') diff --git a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stats.txt b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stats.txt index b0e90083c..59870a0d4 100644 --- a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stats.txt +++ b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stats.txt @@ -1,9 +1,9 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 62049 # Simulator instruction rate (inst/s) -host_mem_usage 202540 # Number of bytes of host memory used -host_seconds 0.10 # Real time elapsed on the host -host_tick_rate 120907399 # Simulator tick rate (ticks/s) +host_inst_rate 100618 # Simulator instruction rate (inst/s) +host_mem_usage 204352 # Number of bytes of host memory used +host_seconds 0.06 # Real time elapsed on the host +host_tick_rate 195881226 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 6386 # Number of instructions simulated sim_seconds 0.000012 # Number of seconds simulated @@ -19,10 +19,10 @@ system.cpu.BPredUnit.usedRAS 304 # Nu system.cpu.commit.COM:branches 1051 # Number of branches committed system.cpu.commit.COM:bw_lim_events 115 # number cycles where commit BW limit reached system.cpu.commit.COM:bw_limited 0 # number of insts not committed due to BW limits -system.cpu.commit.COM:committed_per_cycle::samples 12416 # Number of insts commited each cycle +system.cpu.commit.COM:committed_per_cycle::samples 12417 # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::min_value 0 # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::underflows 0 0.00% # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle::0-1 9513 76.62% # Number of insts commited each cycle +system.cpu.commit.COM:committed_per_cycle::0-1 9514 76.62% # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::1-2 1627 13.10% # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::2-3 488 3.93% # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::3-4 267 2.15% # Number of insts commited each cycle @@ -32,10 +32,10 @@ system.cpu.commit.COM:committed_per_cycle::6-7 96 0.77% system.cpu.commit.COM:committed_per_cycle::7-8 53 0.43% # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::8 115 0.93% # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::overflows 0 0.00% # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle::total 12416 # Number of insts commited each cycle +system.cpu.commit.COM:committed_per_cycle::total 12417 # Number of insts commited each cycle system.cpu.commit.COM:committed_per_cycle::max_value 8 # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle::mean 0.515706 # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle::stdev 1.304935 # Number of insts commited each cycle +system.cpu.commit.COM:committed_per_cycle::mean 0.515664 # Number of insts commited each cycle +system.cpu.commit.COM:committed_per_cycle::stdev 1.304890 # Number of insts commited each cycle system.cpu.commit.COM:count 6403 # Number of instructions committed system.cpu.commit.COM:loads 1185 # Number of loads committed system.cpu.commit.COM:membars 0 # Number of memory barriers committed @@ -144,7 +144,7 @@ system.cpu.fetch.CacheLines 1802 # Nu system.cpu.fetch.Cycles 4308 # Number of cycles fetch has run and was not squashing or blocked system.cpu.fetch.IcacheSquashes 270 # Number of outstanding Icache misses that were squashed system.cpu.fetch.Insts 13251 # Number of instructions fetch has processed -system.cpu.fetch.SquashCycles 502 # Number of cycles fetch has spent squashing +system.cpu.fetch.SquashCycles 501 # Number of cycles fetch has spent squashing system.cpu.fetch.branchRate 0.090701 # Number of branch fetches per cycle system.cpu.fetch.icacheStallCycles 1802 # Number of cycles fetch is stalled on an Icache miss system.cpu.fetch.predictedBranches 1110 # Number of branches that fetch has predicted taken -- cgit v1.2.3