aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/profiler.cpp
Commit message (Collapse)AuthorAge
* Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Profiler: Fix off-by-one error when computing average.Gravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-06
|
* Profiler: Implement QPCClock to get better precision on Win32Gravatar Yuri Kunde Schlesner2015-03-01
| | | | | | 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 widgetGravatar Yuri Kunde Schlesner2015-03-01