mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Merge pull request #2883 from degasus/master
Profiler: Sort output by total time
This commit is contained in:
commit
cc3fb7e7b4
3 changed files with 27 additions and 2 deletions
|
@ -402,7 +402,7 @@ void Renderer::DrawDebugText()
|
|||
}
|
||||
}
|
||||
|
||||
final_cyan += Profiler::ToString();
|
||||
final_cyan += Common::Profiler::ToString();
|
||||
|
||||
if (g_ActiveConfig.bOverlayStats)
|
||||
final_cyan += Statistics::ToString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue