Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
frame.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  helios
namespace  helios::profile

Functions

void helios::profile::FrameMark () noexcept
 Marks the end of the current frame on all active backends.
void helios::profile::FrameMarkNamed (CStringView name) noexcept
 Marks the end of a named frame.
void helios::profile::FrameMarkStart (CStringView name) noexcept
 Marks the start of a named frame region.
void helios::profile::FrameMarkEnd (CStringView name) noexcept
 Marks the end of a named frame region.