mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Profiler: Sort output by total time
This commit is contained in:
@ -402,7 +402,7 @@ void Renderer::DrawDebugText()
|
||||
}
|
||||
}
|
||||
|
||||
final_cyan += Profiler::ToString();
|
||||
final_cyan += Common::Profiler::ToString();
|
||||
|
||||
if (g_ActiveConfig.bOverlayStats)
|
||||
final_cyan += Statistics::ToString();
|
||||
|
Reference in New Issue
Block a user