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

/gem5/src/sim/
H A Dstat_control.cc115 Stats::Value hostSeconds; member in struct:Stats::Global
186 hostSeconds
200 hostInstRate = simInsts / hostSeconds;
201 hostOpRate = simOps / hostSeconds;
202 hostTickRate = simTicks / hostSeconds;

Completed in 4 milliseconds