Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
message.hpp File Reference
#include <helios/cstring_view.hpp>
#include <helios/profile/profiler.hpp>
#include <cstdint>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  helios
namespace  helios::profile

Functions

void helios::profile::Message (std::string_view text, uint32_t color=0) noexcept
 Emits a timeline message on all active backends.
void helios::profile::SetThreadName (CStringView name) noexcept
 Sets the name of the current thread on all active backends.