#include <string>#include <vector>#include <unordered_map>#include <memory>#include <functional>#include "app/gfx/debug/performance/performance_profiler.h"#include "app/gfx/debug/performance/performance_dashboard.h"#include "canvas_usage_tracker.h"#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
| struct | yaze::gui::CanvasPerformanceMetrics |
| Canvas performance metrics. More... | |
| class | yaze::gui::CanvasPerformanceIntegration |
| Canvas performance integration with dashboard. More... | |
| class | yaze::gui::CanvasPerformanceManager |
| Global canvas performance manager. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |