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

/gem5/src/sim/
H A Dticked_object.cc51 lastStopped(0),
90 uint64_t lastStoppedUint = lastStopped;
92 paramOut(cp, "lastStopped", lastStoppedUint);
100 /* lastStopped is optional on checkpoint restore as this object may be
106 optParamIn(cp, "lastStopped", lastStoppedUint);
108 lastStopped = Cycles(lastStoppedUint);
H A Dticked_object.hh76 Cycles lastStopped; member in class:Ticked
120 return object.curCycle() - lastStopped;
127 lastStopped = object.curCycle();
142 /** Checkpoint lastStopped */

Completed in 5 milliseconds