![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Implementation of ProfilerPanel (Phase 5). More...
#include "ProfilerPanel.h"#include "PerformanceProfiler.h"#include "../third_party/imgui/imgui.h"#include <ctime>#include <string>#include <vector>#include <algorithm>#include <cstring>
Include dependency graph for ProfilerPanel.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Implementation of ProfilerPanel (Phase 5).
C++14 compliant.
Definition in file ProfilerPanel.cpp.