Add timeline style profiler (#1312)

* small speedups to extractor

* faster extraction

* add profiler

* spellin

* guess at windows includes

* windows nominmax garbage
This commit is contained in:
water111
2022-04-17 21:12:24 -04:00
committed by GitHub
parent f45a06126d
commit 789c57916e
18 changed files with 896 additions and 472 deletions
-1
View File
@@ -324,7 +324,6 @@ u32 exec_runtime(int argc, char** argv) {
// step 4: wait for EE to signal a shutdown. meanwhile, run video loop on main thread.
// TODO relegate this to its own function
// TODO also sync this up with how the game actually renders things (this is just a placeholder)
if (enable_display) {
Gfx::Loop([]() { return !MasterExit; });
Gfx::Exit();