summaryrefslogtreecommitdiffstats
path: root/src/common/profiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Cleanup profiler includes.Emmanuel Gil Peyrot2015-06-281-3/+8
|
* Profiler: Fix off-by-one error when computing average.Yuri Kunde Schlesner2015-05-081-2/+1
|
* Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner2015-05-071-1/+0
|
* Profiler: Implement QPCClock to get better precision on Win32Yuri Kunde Schlesner2015-03-021-0/+23
| | | | | | 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/+159