summaryrefslogtreecommitdiff
path: root/src/common/profiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-261-101/+0
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+2
|
* Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner2016-04-291-82/+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.
* Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-281-3/+8
|
* Profiler: Fix off-by-one error when computing average.Gravatar Yuri Kunde Schlesner2015-05-071-2/+1
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-061-1/+0
|
* Profiler: Implement QPCClock to get better precision on Win32Gravatar Yuri Kunde Schlesner2015-03-011-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 widgetGravatar Yuri Kunde Schlesner2015-03-011-0/+159