#include <string>
#include <vector>
#include <memory>
#include <chrono>
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/memory_pool.h"
#include "app/gfx/atlas_renderer.h"
Go to the source code of this file.
Classes | |
struct | yaze::gfx::PerformanceSummary |
Performance summary for external consumption. More... | |
class | yaze::gfx::PerformanceDashboard |
Comprehensive performance monitoring dashboard for YAZE graphics system. More... | |
struct | yaze::gfx::PerformanceDashboard::PerformanceMetrics |
struct | yaze::gfx::PerformanceDashboard::OptimizationStatus |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gfx |
Contains classes for handling graphical data. | |