22 Commits (5d1369f570518a13e48620cbeb0f36c6719251ac)

Author SHA1 Message Date
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš cec3c21c30 DebugTools: port FrameProfiler away from std::string. 3 years ago
Vladimír Vondruš a0a2cafa81 DebugTools: avoid accidental OOB access in FrameProfiler internals. 3 years ago
Vladimír Vondruš 21fbe38c52 DebugTools: avoid excessive repetition in FrameProfilerGL internals. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d42281ab7f DebugTools: account for underflow in FrameProfilerGL primitive clip ratio. 5 years ago
Vladimír Vondruš 845dee36a7 DebugTools: assert that we don't overflow the counter in FrameProfiler. 5 years ago
Vladimír Vondruš a90e67edaa DebugTools: rename GLFrameProfiler to FrameProfilerGL. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš e837000175 DebugTools: this comment doesn't make sense anymore. 5 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš cee4840b86 DebugTools: fix build on libc++ 10. 6 years ago
Vladimír Vondruš 62fa2007e6 DebugTools: add raw data access to FrameProfiler. 6 years ago
Vladimír Vondruš d471a7bebd DebugTools: remove redundant internal state in FrameProfiler. 6 years ago
Vladimír Vondruš be9a782272 DebugTools: rename function/test to match the use better. 6 years ago
Vladimír Vondruš 6c7e798d86 DebugTools: moving average over a year worth of frames isn't useful. 6 years ago
Vladimír Vondruš a3912c7f7f DebugTools: make FrameProfiler compile w/o TARGET_GL enabled. 6 years ago
Vladimír Vondruš c986f5f99b DebugTools: make GLFrameProfiler::Values storeable in Configuration. 6 years ago
Vladimír Vondruš 820b9b94a1 DebugTools: initial implementation of a new frame profiler. 6 years ago