| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-02-26 | Remove built-in (non-Microprofile) profiler | 1 | -101/+0 | ||
| 2016-09-21 | Remove empty newlines in #include blocks. | 1 | -1/+0 | ||
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | 1 | -2/+1 | ||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -2/+2 | ||
| 2016-04-29 | Common: Remove section measurement from profiler (#1731) | 1 | -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. | |||||
| 2015-06-28 | Common: Cleanup profiler includes. | 1 | -3/+8 | ||
| 2015-05-07 | Profiler: Fix off-by-one error when computing average. | 1 | -2/+1 | ||
| 2015-05-06 | Common: Remove many unnecessary cross-platform compatibility macros | 1 | -1/+0 | ||
| 2015-03-01 | Profiler: Implement QPCClock to get better precision on Win32 | 1 | -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. | |||||
| 2015-03-01 | Add profiling infrastructure and widget | 1 | -0/+159 | ||