----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1810/ -----------------------------------------------------------
(Updated April 22, 2013, 2:46 p.m.) Review request for Default. Description (updated) ------- 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. Diffs (updated) ----- src/mem/bus.hh c5b24e8ed428 src/mem/bus.cc c5b24e8ed428 src/mem/coherent_bus.hh c5b24e8ed428 src/mem/coherent_bus.cc c5b24e8ed428 src/mem/noncoherent_bus.hh c5b24e8ed428 src/mem/noncoherent_bus.cc c5b24e8ed428 Diff: http://reviews.gem5.org/r/1810/diff/ Testing ------- All regressions pass after adding the stats to the output Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
