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

/gem5/src/cpu/kvm/
H A Dbase.cc259 runTimer.reset(new PerfKvmTimer(hwCycles,
264 runTimer.reset(new PosixKvmTimer(KVM_KICK_SIGNAL, CLOCK_MONOTONIC,
772 if (ticks < runTimer->resolution()) {
774 ticks, runTimer->resolution());
775 ticks = runTimer->resolution();
787 runTimer->arm(ticks);
793 runTimer->disarm();
807 ticksExecuted = runTimer->ticksFromHostCycles(hostCyclesExecuted);
H A Dbase.hh764 * Does the runTimer control the performance counters?
779 std::unique_ptr<BaseKvmTimer> runTimer; member in class:BaseKvmCPU

Completed in 15 milliseconds