#include <chrono>
#include <string>
#include <unordered_map>
#include <vector>
#include <SDL.h>
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 |
Main namespace for the application. | |
namespace | yaze::gfx |
Contains classes for handling graphical data. | |