Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | |
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | |||
2015-03-01 | Profiler: Implement QPCClock to get better precision on Win32 | Yuri Kunde Schlesner | |
MSVC 2013 (at least) doesn't use QueryPerformanceCounter to implement std::chrono::high_resolution_clock, so it has bad precision. Manually implementing our own clock type using it works around this for now. | |||
2015-03-01 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | |