stats.txt revision 9055
16167SN/A
26167SN/A---------- Begin Simulation Statistics ----------
36928SN/Asim_seconds                                  0.000253                       # Number of seconds simulated
46928SN/Asim_ticks                                      253364                       # Number of ticks simulated
58721SN/Afinal_tick                                     253364                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
68343SN/Asim_freq                                   1000000000                       # Frequency of simulated ticks
79055Ssaidi@eecs.umich.eduhost_inst_rate                                  57491                       # Simulator instruction rate (inst/s)
89055Ssaidi@eecs.umich.eduhost_op_rate                                    57480                       # Simulator op (including micro ops) rate (op/s)
99055Ssaidi@eecs.umich.eduhost_tick_rate                                2726732                       # Simulator tick rate (ticks/s)
109055Ssaidi@eecs.umich.eduhost_mem_usage                                 232540                       # Number of bytes of host memory used
118983Snate@binkert.orghost_seconds                                     0.09                       # Real time elapsed on the host
128343SN/Asim_insts                                        5340                       # Number of instructions simulated
138835SAli.Saidi@ARM.comsim_ops                                          5340                       # Number of ops (including micro ops) simulated
149055Ssaidi@eecs.umich.edusystem.physmem.bytes_read::cpu.inst             21532                       # Number of bytes read from this memory
159055Ssaidi@eecs.umich.edusystem.physmem.bytes_read::cpu.data              4603                       # Number of bytes read from this memory
169055Ssaidi@eecs.umich.edusystem.physmem.bytes_read::total                26135                       # Number of bytes read from this memory
179055Ssaidi@eecs.umich.edusystem.physmem.bytes_inst_read::cpu.inst        21532                       # Number of instructions bytes read from this memory
189055Ssaidi@eecs.umich.edusystem.physmem.bytes_inst_read::total           21532                       # Number of instructions bytes read from this memory
199055Ssaidi@eecs.umich.edusystem.physmem.bytes_written::cpu.data           5065                       # Number of bytes written to this memory
209055Ssaidi@eecs.umich.edusystem.physmem.bytes_written::total              5065                       # Number of bytes written to this memory
219055Ssaidi@eecs.umich.edusystem.physmem.num_reads::cpu.inst               5383                       # Number of read requests responded to by this memory
229055Ssaidi@eecs.umich.edusystem.physmem.num_reads::cpu.data                716                       # Number of read requests responded to by this memory
239055Ssaidi@eecs.umich.edusystem.physmem.num_reads::total                  6099                       # Number of read requests responded to by this memory
249055Ssaidi@eecs.umich.edusystem.physmem.num_writes::cpu.data               673                       # Number of write requests responded to by this memory
259055Ssaidi@eecs.umich.edusystem.physmem.num_writes::total                  673                       # Number of write requests responded to by this memory
269055Ssaidi@eecs.umich.edusystem.physmem.bw_read::cpu.inst             84984449                       # Total read bandwidth from this memory (bytes/s)
279055Ssaidi@eecs.umich.edusystem.physmem.bw_read::cpu.data             18167538                       # Total read bandwidth from this memory (bytes/s)
289055Ssaidi@eecs.umich.edusystem.physmem.bw_read::total               103151987                       # Total read bandwidth from this memory (bytes/s)
299055Ssaidi@eecs.umich.edusystem.physmem.bw_inst_read::cpu.inst        84984449                       # Instruction read bandwidth from this memory (bytes/s)
309055Ssaidi@eecs.umich.edusystem.physmem.bw_inst_read::total           84984449                       # Instruction read bandwidth from this memory (bytes/s)
319055Ssaidi@eecs.umich.edusystem.physmem.bw_write::cpu.data            19991001                       # Write bandwidth from this memory (bytes/s)
329055Ssaidi@eecs.umich.edusystem.physmem.bw_write::total               19991001                       # Write bandwidth from this memory (bytes/s)
339055Ssaidi@eecs.umich.edusystem.physmem.bw_total::cpu.inst            84984449                       # Total bandwidth to/from this memory (bytes/s)
349055Ssaidi@eecs.umich.edusystem.physmem.bw_total::cpu.data            38158539                       # Total bandwidth to/from this memory (bytes/s)
359055Ssaidi@eecs.umich.edusystem.physmem.bw_total::total              123142988                       # Total bandwidth to/from this memory (bytes/s)
368343SN/Asystem.cpu.workload.num_syscalls                   11                       # Number of system calls
376928SN/Asystem.cpu.numCycles                           253364                       # number of cpu cycles simulated
388343SN/Asystem.cpu.numWorkItemsStarted                      0                       # number of work items this cpu started
397935SN/Asystem.cpu.numWorkItemsCompleted                    0                       # number of work items this cpu completed
408835SAli.Saidi@ARM.comsystem.cpu.committedInsts                        5340                       # Number of instructions committed
418835SAli.Saidi@ARM.comsystem.cpu.committedOps                          5340                       # Number of ops (including micro ops) committed
428343SN/Asystem.cpu.num_int_alu_accesses                  4517                       # Number of integer alu accesses
437935SN/Asystem.cpu.num_fp_alu_accesses                      0                       # Number of float alu accesses
448343SN/Asystem.cpu.num_func_calls                         146                       # number of times a function call or return occured
458343SN/Asystem.cpu.num_conditional_control_insts          774                       # number of instructions that are conditional controls
468343SN/Asystem.cpu.num_int_insts                         4517                       # number of integer instructions
477935SN/Asystem.cpu.num_fp_insts                             0                       # number of float instructions
488343SN/Asystem.cpu.num_int_register_reads               10620                       # number of times the integer registers were read
498343SN/Asystem.cpu.num_int_register_writes               4858                       # number of times the integer registers were written
507935SN/Asystem.cpu.num_fp_register_reads                    0                       # number of times the floating registers were read
517935SN/Asystem.cpu.num_fp_register_writes                   0                       # number of times the floating registers were written
528343SN/Asystem.cpu.num_mem_refs                          1402                       # number of memory refs
538343SN/Asystem.cpu.num_load_insts                         724                       # Number of load instructions
548343SN/Asystem.cpu.num_store_insts                        678                       # Number of store instructions
557935SN/Asystem.cpu.num_idle_cycles                          0                       # Number of idle cycles
568343SN/Asystem.cpu.num_busy_cycles                     253364                       # Number of busy cycles
578343SN/Asystem.cpu.not_idle_fraction                        1                       # Percentage of non-idle cycles
588343SN/Asystem.cpu.idle_fraction                            0                       # Percentage of idle cycles
596167SN/A
606167SN/A---------- End Simulation Statistics   ----------
61