mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 14:18:46 +02:00
Remove unintentionally added fps + download profiling
This commit is contained in:
parent
537f639d16
commit
0cc137d26b
1 changed files with 1 additions and 1 deletions
|
@ -3409,7 +3409,7 @@ void Application::idle(float nsecsElapsed) {
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
static std::once_flag once;
|
static std::once_flag once;
|
||||||
std::call_once(once, [] {
|
std::call_once(once, [] {
|
||||||
initCpuUsage();
|
initCpuUsage();
|
||||||
});
|
});
|
||||||
|
|
||||||
vec3 kernelUserAndSystem;
|
vec3 kernelUserAndSystem;
|
||||||
|
|
Loading…
Reference in a new issue