Searched hist:11796 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/
H A DMessageBuffer.hhdiff 11796:315e133f45df Thu Jan 19 11:58:00 EST 2017 Matthew Poremba <matthew.poremba@amd.com> ruby: Add occupancy stats to MessageBuffers

This patch is an updated version of /r/3297.

"The most important statistic for measuring memory hierarchy performance is
throughput, which is affected by independent variables, buffer sizing and
communication latency. It is difficult/impossible to debug performance issues
through series buffers without knowing which are the bottlenecks. For finite
buffers, this patch adds statistics for the average number of messages in the
buffer, the occupancy of the buffer slots, and number of message stalls."
H A DMessageBuffer.ccdiff 11796:315e133f45df Thu Jan 19 11:58:00 EST 2017 Matthew Poremba <matthew.poremba@amd.com> ruby: Add occupancy stats to MessageBuffers

This patch is an updated version of /r/3297.

"The most important statistic for measuring memory hierarchy performance is
throughput, which is affected by independent variables, buffer sizing and
communication latency. It is difficult/impossible to debug performance issues
through series buffers without knowing which are the bottlenecks. For finite
buffers, this patch adds statistics for the average number of messages in the
buffer, the occupancy of the buffer slots, and number of message stalls."

Completed in 16 milliseconds