Function TRAP::Utils::SetThreadName#

Function Documentation#

constexpr void TRAP::Utils::SetThreadName(const std::string_view name)#

Set the name of the current thread.

Note

Only used when compiling with profiling configuration, no-op otherwise.

Parameters:

name – Name to set