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

/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc344 ADD_STAT(totalReadLatency, "Total latency of read requests"),
349 totalReadLatency / totalReads),
480 stats.totalReadLatency += curTick() - iter->second;
H A Dbase.hh219 Stats::Scalar totalReadLatency; member in struct:BaseTrafficGen::StatGroup

Completed in 7 milliseconds