mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +02:00
Remove duplicate fps/downloads PROFILE_COUNTER
This commit is contained in:
parent
9d4fdfa38a
commit
ce9f8bed1b
1 changed files with 0 additions and 4 deletions
|
@ -3411,10 +3411,6 @@ void Application::idle(float nsecsElapsed) {
|
||||||
static std::once_flag once;
|
static std::once_flag once;
|
||||||
std::call_once(once, [] {
|
std::call_once(once, [] {
|
||||||
initCpuUsage();
|
initCpuUsage();
|
||||||
PROFILE_COUNTER(app, "fps", { { "fps", _frameCounter.rate() } });
|
|
||||||
PROFILE_COUNTER(app, "downloads", {
|
|
||||||
{ "current", ResourceCache::getLoadingRequests().length() },
|
|
||||||
{ "pending", ResourceCache::getPendingRequestCount() }
|
|
||||||
});
|
});
|
||||||
|
|
||||||
vec3 kernelUserAndSystem;
|
vec3 kernelUserAndSystem;
|
||||||
|
|
Loading…
Reference in a new issue