#include "canvas_performance_integration.h"
#include <algorithm>
#include <sstream>
#include <iomanip>
#include <chrono>
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/performance/performance_dashboard.h"
#include "util/log.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |
namespace | yaze::gui::canvas |