Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
backend.hpp File Reference
#include <helios/cstring_view.hpp>
#include <helios/profile/common.hpp>
#include <helios/utils/type_info.hpp>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <optional>
#include <source_location>
#include <span>
#include <string_view>
#include <type_traits>

Go to the source code of this file.

Classes

class  helios::profile::Backend
 Abstract profiler backend interface. More...

Namespaces

namespace  helios
namespace  helios::profile

Concepts

concept  helios::profile::ProfilerBackendTrait
 Trait to identify concrete profiler backend types.

Typedefs

using helios::profile::BackendTypeId = utils::TypeId
 Type alias for profiler backend type IDs.
using helios::profile::BackendTypeIndex = utils::TypeIndex
 Type alias for profiler backend type indices.