Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::profile::anonymous_namespace{tracy.cpp} Namespace Reference

Functions

constexpr tracy::PlotFormatType ToTracyPlotFormat (PlotFormat format) noexcept
tracy::ScopedZone * AsTracyZone (std::span< std::byte > storage) noexcept

Variables

constexpr size_t kTracyZoneStorageSize = sizeof(tracy::ScopedZone)

Function Documentation

◆ AsTracyZone()

tracy::ScopedZone * helios::profile::anonymous_namespace{tracy.cpp}::AsTracyZone ( std::span< std::byte > storage)
nodiscardnoexcept

Definition at line 47 of file tracy.cpp.

◆ ToTracyPlotFormat()

tracy::PlotFormatType helios::profile::anonymous_namespace{tracy.cpp}::ToTracyPlotFormat ( PlotFormat format)
nodiscardconstexprnoexcept

Definition at line 32 of file tracy.cpp.

Variable Documentation

◆ kTracyZoneStorageSize

size_t helios::profile::anonymous_namespace{tracy.cpp}::kTracyZoneStorageSize = sizeof(tracy::ScopedZone)
constexpr

Definition at line 27 of file tracy.cpp.