From 607c2772915628c2c67c1c5bfdefaa33ae66a06e Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 19 Oct 2016 06:20:04 -0400 Subject: stats: Update stats to reflect recent changes to floats Mostly just splitting out the floats ops and corresponding reads/writes. --- .../ref/x86/linux/learning-gem5-p1-simple/stats.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'tests/quick/se/03.learning-gem5/ref/x86/linux/learning-gem5-p1-simple') diff --git a/tests/quick/se/03.learning-gem5/ref/x86/linux/learning-gem5-p1-simple/stats.txt b/tests/quick/se/03.learning-gem5/ref/x86/linux/learning-gem5-p1-simple/stats.txt index d3b77ec90..e2f01a250 100644 --- a/tests/quick/se/03.learning-gem5/ref/x86/linux/learning-gem5-p1-simple/stats.txt +++ b/tests/quick/se/03.learning-gem5/ref/x86/linux/learning-gem5-p1-simple/stats.txt @@ -4,11 +4,11 @@ sim_seconds 0.000508 # Nu sim_ticks 507841000 # Number of ticks simulated final_tick 507841000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 96340 # Simulator instruction rate (inst/s) -host_op_rate 173892 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 8558810197 # Simulator tick rate (ticks/s) -host_mem_usage 650468 # Number of bytes of host memory used -host_seconds 0.06 # Real time elapsed on the host +host_inst_rate 118772 # Simulator instruction rate (inst/s) +host_op_rate 214398 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 10553661963 # Simulator tick rate (ticks/s) +host_mem_usage 651408 # Number of bytes of host memory used +host_seconds 0.05 # Real time elapsed on the host sim_insts 5712 # Number of instructions simulated sim_ops 10314 # Number of ops (including micro ops) simulated system.clk_domain.voltage_domain.voltage 1 # Voltage in Volts @@ -324,7 +324,9 @@ system.cpu.op_class::FloatAdd 0 0.00% 80.37% # Cl system.cpu.op_class::FloatCmp 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::FloatCvt 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::FloatMult 0 0.00% 80.37% # Class of executed instruction +system.cpu.op_class::FloatMultAcc 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::FloatDiv 0 0.00% 80.37% # Class of executed instruction +system.cpu.op_class::FloatMisc 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::FloatSqrt 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::SimdAdd 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::SimdAddAcc 0 0.00% 80.37% # Class of executed instruction @@ -348,6 +350,8 @@ system.cpu.op_class::SimdFloatMultAcc 0 0.00% 80.37% # Cl system.cpu.op_class::SimdFloatSqrt 0 0.00% 80.37% # Class of executed instruction system.cpu.op_class::MemRead 1084 10.51% 90.88% # Class of executed instruction system.cpu.op_class::MemWrite 941 9.12% 100.00% # Class of executed instruction +system.cpu.op_class::FloatMemRead 0 0.00% 100.00% # Class of executed instruction +system.cpu.op_class::FloatMemWrite 0 0.00% 100.00% # Class of executed instruction system.cpu.op_class::IprAccess 0 0.00% 100.00% # Class of executed instruction system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction system.cpu.op_class::total 10314 # Class of executed instruction -- cgit v1.2.3