Profiler: Sort output by total time

This commit is contained in:
degasus
2015-08-20 11:41:49 +02:00
parent cb264df64c
commit 17932935d9
3 changed files with 27 additions and 2 deletions

View File

@ -402,7 +402,7 @@ void Renderer::DrawDebugText()
}
}
final_cyan += Profiler::ToString();
final_cyan += Common::Profiler::ToString();
if (g_ActiveConfig.bOverlayStats)
final_cyan += Statistics::ToString();