ruby: keep histogram of outstanding requests in seq
Review Request #1760 - Created March 8, 2013 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9587:3711cb4f4e9e --------------------------- ruby: keep histogram of outstanding requests in seq The histogram for tracking outstanding counts per cycle is maintained in the profiler. For a parallel implementation of the memory system, we need that this histogram is maintained locally. Hence it will now be kept in the sequencer itself. The resulting histograms will be merged when the stats are printed.
Issue Summary
2
2
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Should a print function not be const? | Andreas Hansson | March 12, 2013, 8:29 a.m. | Open |
| You can use "auto" and save yourself some pain :-) | Andreas Hansson | March 12, 2013, 8:29 a.m. | Open |
Posted (March 12, 2013, 8:29 a.m.)
-
src/mem/ruby/profiler/Profiler.cc (Diff revision 1) -
Should a print function not be const?
-
src/mem/ruby/profiler/Profiler.cc (Diff revision 1) -
You can use "auto" and save yourself some pain :-)
Ship It!
