#include "app/platform/sdl_compat.h"#include <chrono>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | yaze::gfx::PerformanceProfiler |
| Unified performance profiler for all YAZE operations. More... | |
| struct | yaze::gfx::PerformanceProfiler::TimingStats |
| Get timing statistics for an operation. More... | |
| class | yaze::gfx::ScopedTimer |
| RAII timer for automatic timing management. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::gfx |
| Contains classes for handling graphical data. | |