Searched refs:readBursts (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Ddram_ctrl.cc433 readBursts++;
2521 readBursts
2522 .name(name() + ".readBursts")
2581 avgQLat = totQLat / (readBursts - servicedByWrQ);
2588 avgBusLat = totBusLat / (readBursts - servicedByWrQ);
2595 avgMemAccLat = totMemAccLat / (readBursts - servicedByWrQ);
2618 readRowHitRate = (readRowHits / (readBursts - servicedByWrQ)) * 100;
2758 (writeBursts - mergedWrBursts + readBursts - servicedByWrQ) * 100;
H A Ddram_ctrl.hh1057 Stats::Scalar readBursts; member in class:DRAMCtrl

Completed in 22 milliseconds