sim: Enable sampling of run-time for code-sections marked using pseudo insts.

This patch adds a mechanism to collect run time samples for specific portions
of a benchmark, using work_begin and work_end pseudo instructions.It also enhances
the histogram stat to report geometric mean.
This commit is contained in:
Prakash Ramrakhyani
2012-01-09 18:08:20 -06:00
parent 525d1e46dc
commit 51aa7e4a03
8 changed files with 77 additions and 4 deletions

View File

@@ -123,7 +123,6 @@ def parse_options():
execfile(options_file, scope)
arguments = options.parse_args()
return options,arguments
def interact(scope):