From d2a0f60b69313ad869f81fb006c8e998e40cb3c1 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 20 Oct 2014 16:48:19 -0500 Subject: stats: updates due to previous mmap and exit_group patches. --- .../00.hello/ref/power/linux/o3-timing/stats.txt | 22 +++++++++++----------- .../ref/power/linux/simple-atomic/stats.txt | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'tests/quick/se/00.hello/ref/power/linux') diff --git a/tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt b/tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt index 8d84a5cfe..b652069ee 100644 --- a/tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt +++ b/tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt @@ -305,7 +305,7 @@ system.cpu.fetch.Insts 13500 # Nu system.cpu.fetch.Branches 2332 # Number of branches that fetch encountered system.cpu.fetch.predictedBranches 880 # Number of branches that fetch has predicted taken system.cpu.fetch.Cycles 3710 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.SquashCycles 864 # Number of cycles fetch has spent squashing +system.cpu.fetch.SquashCycles 865 # Number of cycles fetch has spent squashing system.cpu.fetch.MiscStallCycles 3 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs system.cpu.fetch.PendingTrapStallCycles 159 # Number of stall cycles due to pending traps system.cpu.fetch.IcacheWaitRetryStallCycles 22 # Number of stall cycles due to full MSHR @@ -511,13 +511,13 @@ system.cpu.iew.wb_penalized_rate 0 # fr system.cpu.commit.commitSquashedInsts 4587 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 16 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 277 # The number of times a branch was mispredicted -system.cpu.commit.committed_per_cycle::samples 11593 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::mean 0.499612 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::stdev 1.370164 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::samples 11592 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::mean 0.499655 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::stdev 1.370216 # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::underflows 0 0.00% 0.00% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::0 9440 81.43% 81.43% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::1 839 7.24% 88.67% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::2 524 4.52% 93.19% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::0 9439 81.43% 81.43% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::1 839 7.24% 88.66% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::2 524 4.52% 93.18% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::3 224 1.93% 95.12% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::4 167 1.44% 96.56% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::5 112 0.97% 97.52% # Number of insts commited each cycle @@ -527,7 +527,7 @@ system.cpu.commit.committed_per_cycle::8 111 0.96% 100.00% # Nu system.cpu.commit.committed_per_cycle::overflows 0 0.00% 100.00% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::min_value 0 # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::max_value 8 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::total 11593 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::total 11592 # Number of insts commited each cycle system.cpu.commit.committedInsts 5792 # Number of instructions committed system.cpu.commit.committedOps 5792 # Number of ops (including micro ops) committed system.cpu.commit.swp_count 0 # Number of s/w prefetches committed @@ -575,8 +575,8 @@ system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # system.cpu.commit.op_class_0::total 5792 # Class of committed instruction system.cpu.commit.bw_lim_events 111 # number cycles where commit BW limit reached system.cpu.commit.bw_limited 0 # number of insts not committed due to BW limits -system.cpu.rob.rob_reads 21861 # The number of ROB reads -system.cpu.rob.rob_writes 21469 # The number of ROB writes +system.cpu.rob.rob_reads 21860 # The number of ROB reads +system.cpu.rob.rob_writes 21470 # The number of ROB writes system.cpu.timesIdled 245 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.idleCycles 25413 # Total number of cycles that the CPU has spent unscheduled due to idling system.cpu.committedInsts 5792 # Number of Instructions Simulated @@ -585,7 +585,7 @@ system.cpu.cpi 6.511740 # CP system.cpu.cpi_total 6.511740 # CPI: Total CPI of All Threads system.cpu.ipc 0.153569 # IPC: Instructions Per Cycle system.cpu.ipc_total 0.153569 # IPC: Total IPC of All Threads -system.cpu.int_regfile_reads 13743 # number of integer regfile reads +system.cpu.int_regfile_reads 13744 # number of integer regfile reads system.cpu.int_regfile_writes 7176 # number of integer regfile writes system.cpu.fp_regfile_reads 25 # number of floating regfile reads system.cpu.fp_regfile_writes 2 # number of floating regfile writes diff --git a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt index 080dd7c2e..d419dc80f 100644 --- a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt +++ b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt @@ -94,10 +94,10 @@ system.cpu.num_fp_register_writes 2 # nu system.cpu.num_mem_refs 2007 # number of memory refs system.cpu.num_load_insts 961 # Number of load instructions system.cpu.num_store_insts 1046 # Number of store instructions -system.cpu.num_idle_cycles 0 # Number of idle cycles -system.cpu.num_busy_cycles 5793 # Number of busy cycles -system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.idle_fraction 0 # Percentage of idle cycles +system.cpu.num_idle_cycles 0.002000 # Number of idle cycles +system.cpu.num_busy_cycles 5792.998000 # Number of busy cycles +system.cpu.not_idle_fraction 1.000000 # Percentage of non-idle cycles +system.cpu.idle_fraction 0.000000 # Percentage of idle cycles system.cpu.Branches 1037 # Number of branches fetched system.cpu.op_class::No_OpClass 0 0.00% 0.00% # Class of executed instruction system.cpu.op_class::IntAlu 3784 65.32% 65.32% # Class of executed instruction -- cgit v1.2.3