summaryrefslogtreecommitdiffstats
path: root/src/common/profiler.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-02Profiler: Implement QPCClock to get better precision on Win32Yuri Kunde Schlesner1-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.
2015-03-02Add profiling infrastructure and widgetYuri Kunde Schlesner1-0/+134