#include <string>
#include <vector>
#include <unordered_map>
#include <memory>
#include <functional>
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/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::canvas::CanvasPerformanceMetrics |
Canvas performance metrics. More... | |
class | yaze::gui::canvas::CanvasPerformanceIntegration |
Canvas performance integration with dashboard. More... | |
class | yaze::gui::canvas::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. | |
namespace | yaze::gui::canvas |