mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +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;
|
||||
std::call_once(once, [] {
|
||||
initCpuUsage();
|
||||
PROFILE_COUNTER(app, "fps", { { "fps", _frameCounter.rate() } });
|
||||
PROFILE_COUNTER(app, "downloads", {
|
||||
{ "current", ResourceCache::getLoadingRequests().length() },
|
||||
{ "pending", ResourceCache::getPendingRequestCount() }
|
||||
});
|
||||
|
||||
vec3 kernelUserAndSystem;
|
||||
|
|
Loading…
Reference in a new issue