Core Timing: Correct Idle and remove lefting pragma

pull/8/head
Fernando Sahmkow 5 years ago committed by FernandoS27
parent 65aff6930b
commit 96f2b16356

@ -13,8 +13,6 @@
#include "common/thread.h"
#include "core/core_timing_util.h"
#pragma optoimize("", off)
namespace Core::Timing {
constexpr int MAX_SLICE_LENGTH = 10000;
@ -222,6 +220,7 @@ void CoreTiming::ResetRun() {
}
void CoreTiming::Idle() {
accumulated_ticks += downcounts[current_context];
idled_cycles += downcounts[current_context];
downcounts[current_context] = 0;
}

Loading…
Cancel
Save