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

/gem5/src/cpu/kvm/
H A Dbase.cc731 Tick ticksExecuted; local
762 ticksExecuted = clockPeriod();
807 ticksExecuted = runTimer->ticksFromHostCycles(hostCyclesExecuted);
818 instsExecuted, hostCyclesExecuted, ticksExecuted, simCyclesExecuted);
823 return ticksExecuted + flushCoalescedMMIO();

Completed in 4 milliseconds