summaryrefslogtreecommitdiffstats
path: root/src/common/profiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner2016-04-291-152/+0
| | | | 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.
* Profiler: Implement QPCClock to get better precision on Win32Yuri Kunde Schlesner2015-03-021-1/+19
| | | | | | 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.
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+134