Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
common.hpp File Reference
#include <cstdint>
#include <source_location>
#include <string_view>

Go to the source code of this file.

Classes

struct  helios::profile::ZoneSpec
 Immutable zone description for a single instrumentation site. More...

Namespaces

namespace  helios
namespace  helios::profile

Enumerations

enum class  helios::profile::PlotFormat : uint8_t { helios::profile::kNumber , helios::profile::kMemory , helios::profile::kPercentage , helios::profile::kWatts }
 Plot value format for timeline plots. More...