Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
profile.hpp
Go to the documentation of this file.
1#pragma once
2
13
14// Concrete backends are not included here — include them where you call
15// AddBackend<>(), e.g. <helios/profile/backends/tracy.hpp>.
16// Lock profiling is Tracy-specific — include <helios/profile/tracy/lock.hpp>
17// only when needed.