----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1879/ -----------------------------------------------------------
(Updated June 8, 2013, 10:22 a.m.) Review request for Default. Changes ------- Changes have been made to the way the output for vector stats is displayed, if asked to be printed on a single line. Earlier, each vector element was displayed as: [value pdf cdf]. Now it will be displayed as | value pdf cdf. Secondly, there is blank line after the total is printed. Description ------- Changeset 9706:549d23807fa8 --------------------------- ruby: stats: use gem5's stats for controllers This moves event and transition count statistics for cache controllers to gem5's statistics. Diffs ----- src/mem/ruby/profiler/MemCntrlProfiler.hh 782b7284de21 src/mem/ruby/profiler/MemCntrlProfiler.cc 782b7284de21 src/mem/ruby/slicc_interface/AbstractController.hh 782b7284de21 src/mem/ruby/slicc_interface/AbstractController.cc 782b7284de21 src/mem/ruby/system/MemoryControl.hh 782b7284de21 src/mem/ruby/system/RubyMemoryControl.hh 782b7284de21 src/mem/ruby/system/RubyMemoryControl.cc 782b7284de21 src/mem/slicc/ast/MachineAST.py 782b7284de21 src/mem/slicc/symbols/StateMachine.py 782b7284de21 Diff: http://reviews.gem5.org/r/1879/diff/ Testing (updated) ------- Example output: system.ruby.l1_cntrl0.Load | 49778 12.54% 12.54% | 49377 12.44% 24.99% | 49516 12.48% 37.46% | 49381 12.44% 49.91% | 49747 12.54% 62.44% | 49368 12.44% 74.88% | 50044 12.61% 87.49% | 49642 12.51% 100.00% system.ruby.l1_cntrl0.Load::total 396853 system.ruby.l1_cntrl0.Store | 26786 12.54% 12.54% | 26679 12.49% 25.03% | 26651 12.48% 37.51% | 26574 12.44% 49.96% | 26897 12.59% 62.55% | 26600 12.46% 75.01% | 26631 12.47% 87.48% | 26746 12.52% 100.00% system.ruby.l1_cntrl0.Store::total 213564 system.ruby.l1_cntrl0.Inv | 73735 12.53% 12.53% | 73350 12.46% 24.99% | 73434 12.48% 37.47% | 73266 12.45% 49.92% | 73836 12.55% 62.46% | 73403 12.47% 74.93% | 73975 12.57% 87.50% | 73550 12.50% 100.00% system.ruby.l1_cntrl0.Inv::total 588549 system.ruby.l1_cntrl0.L1_Replacement | 533617 12.54% 12.54% | 530929 12.48% 25.02% | 531837 12.50% 37.52% | 527767 12.41% 49.93% | 533499 12.54% 62.47% | 530493 12.47% 74.94% | 533236 12.53% 87.48% | 532831 12.52% 100.00% system.ruby.l1_cntrl0.L1_Replacement::total 4254209 Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
