mem: Add basic stats to the buses
Review Request #1810 - Created April 4, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9675:3f6232df7832 --------------------------- mem: Add basic stats to the buses This patch adds a basic set of stats which are hard to impossible to implement using only communication monitors, and are needed for insight such as bus utilization, transactions through the bus etc. Stats added include throughput and transaction distribution, and also a two-dimensional vector capturing how many packets and how much data is exchanged between the masters and slaves connected to the bus.
All regressions pass after adding the stats to the output
Review request changed
Updated (April 22, 2013, 7:46 a.m.)
Description: |
|
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+266 -18) |
Posted (April 26, 2013, 2:43 a.m.)
-
src/mem/coherent_bus.cc (Diff revision 2) -
Can you point out the difference between a snoop and an express snoop?
