|
|
@ -69,11 +69,6 @@ public: |
|
|
is_multicore = is_multicore_; |
|
|
is_multicore = is_multicore_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// Check if it's using host timing. |
|
|
|
|
|
bool IsHostTiming() const { |
|
|
|
|
|
return is_multicore; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Pauses/Unpauses the execution of the timer thread. |
|
|
/// Pauses/Unpauses the execution of the timer thread. |
|
|
void Pause(bool is_paused); |
|
|
void Pause(bool is_paused); |
|
|
|
|
|
|
|
|
|