gem5/src/mem/ruby/profiler
Steve Reinhardt b10ff075b1 ruby: eliminate non-determinism from ruby.stats output
Get rid of non-deterministic "stats" in ruby.stats output
such as time & date of run, elapsed & CPU time used,
and memory usage.  These values cause spurious
miscomparisons when looking at output diffs (though
they don't affect regressions, since the regressions
pass/fail status currently ignores ruby.stats entirely).

Most of this information is already captured in other
places (time & date in stdout, elapsed time & mem usage
in stats.txt), where the regression script is smart
enough to filter it out.  It seems easier to get rid of
the redundant output rather than teaching the
regression tester to ignore the same information in
two different places.
2013-10-15 18:22:49 -04:00
..
AccessTraceForAddress.cc Ruby: Convert CacheRequestType to RubyRequestType 2011-03-19 18:34:59 -05:00
AccessTraceForAddress.hh Ruby: Remove some unused typedefs 2011-11-03 22:46:45 -05:00
AddressProfiler.cc scons: Fix up numerous warnings about name shadowing 2013-02-19 05:56:06 -05:00
AddressProfiler.hh scons: Add warning for missing declarations 2013-02-19 05:56:07 -05:00
MemCntrlProfiler.cc ruby: stats: use gem5's stats for cache and memory controllers 2013-06-09 07:29:59 -05:00
MemCntrlProfiler.hh ruby: stats: use gem5's stats for cache and memory controllers 2013-06-09 07:29:59 -05:00
Profiler.cc ruby: eliminate non-determinism from ruby.stats output 2013-10-15 18:22:49 -04:00
Profiler.hh ruby: profiler: lots of inter-related changes 2013-06-25 00:32:03 -05:00
Profiler.py sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
SConscript ruby: add stats to .sm files, remove cache profiler 2013-05-21 11:31:31 -05:00
StoreTrace.cc Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00
StoreTrace.hh Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00