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. --- tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt | 6 +++--- tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt | 8 ++++---- tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/long/se/30.eon/ref/arm/linux') diff --git a/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt index 373457bb0..784b1e77a 100644 --- a/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt @@ -377,7 +377,7 @@ system.cpu.fetch.Insts 334152318 # Nu system.cpu.fetch.Branches 37763717 # Number of branches that fetch encountered system.cpu.fetch.predictedBranches 24530963 # Number of branches that fetch has predicted taken system.cpu.fetch.Cycles 210956137 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.SquashCycles 3511516 # Number of cycles fetch has spent squashing +system.cpu.fetch.SquashCycles 3511517 # Number of cycles fetch has spent squashing system.cpu.fetch.MiscStallCycles 130 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs system.cpu.fetch.PendingTrapStallCycles 11 # Number of stall cycles due to pending traps system.cpu.fetch.IcacheWaitRetryStallCycles 514 # Number of stall cycles due to full MSHR @@ -646,7 +646,7 @@ system.cpu.commit.op_class_0::total 327812213 # Cl system.cpu.commit.bw_lim_events 10367243 # 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 561656707 # The number of ROB reads -system.cpu.rob.rob_writes 705358338 # The number of ROB writes +system.cpu.rob.rob_writes 705358339 # The number of ROB writes system.cpu.timesIdled 49342 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.idleCycles 139797 # Total number of cycles that the CPU has spent unscheduled due to idling system.cpu.committedInsts 273037219 # Number of Instructions Simulated @@ -655,7 +655,7 @@ system.cpu.cpi 0.824361 # CP system.cpu.cpi_total 0.824361 # CPI: Total CPI of All Threads system.cpu.ipc 1.213060 # IPC: Instructions Per Cycle system.cpu.ipc_total 1.213060 # IPC: Total IPC of All Threads -system.cpu.int_regfile_reads 331187238 # number of integer regfile reads +system.cpu.int_regfile_reads 331187240 # number of integer regfile reads system.cpu.int_regfile_writes 136909181 # number of integer regfile writes system.cpu.fp_regfile_reads 187100304 # number of floating regfile reads system.cpu.fp_regfile_writes 132166714 # number of floating regfile writes diff --git a/tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt b/tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt index 2a622c7e9..607680a6d 100644 --- a/tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt +++ b/tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt @@ -171,10 +171,10 @@ system.cpu.num_cc_register_writes 76361749 # nu system.cpu.num_mem_refs 168107829 # number of memory refs system.cpu.num_load_insts 85732235 # Number of load instructions system.cpu.num_store_insts 82375594 # Number of store instructions -system.cpu.num_idle_cycles 0 # Number of idle cycles -system.cpu.num_busy_cycles 403434628 # 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 403434627.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 30563490 # Number of branches fetched system.cpu.op_class::No_OpClass 0 0.00% 0.00% # Class of executed instruction system.cpu.op_class::IntAlu 104312492 31.82% 31.82% # Class of executed instruction diff --git a/tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt b/tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt index 46629c208..09b69e575 100644 --- a/tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt +++ b/tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt @@ -158,10 +158,10 @@ system.cpu.num_cc_register_writes 76361814 # nu system.cpu.num_mem_refs 168107847 # number of memory refs system.cpu.num_load_insts 85732248 # Number of load instructions system.cpu.num_store_insts 82375599 # Number of store instructions -system.cpu.num_idle_cycles 0 # Number of idle cycles -system.cpu.num_busy_cycles 1034470822 # 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 1034470821.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 30563502 # Number of branches fetched system.cpu.op_class::No_OpClass 0 0.00% 0.00% # Class of executed instruction system.cpu.op_class::IntAlu 104312543 31.82% 31.82% # Class of executed instruction -- cgit v1.2.3