Merge pull request #2883 from degasus/master

Profiler: Sort output by total time
This commit is contained in:
Ryan Houdek
2015-08-22 17:52:54 -05:00
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();