Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetThreadName
Function
SetThreadName
Source/ThirdParty/tracy/common/TracySystem.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
#endif
140
141
TRACY_API void SetThreadName( const char* name )
142
{
143
SetThreadNameWithHint( name, 0 );
144
}
145
146
TRACY_API void SetThreadNameWithHint( const char* name, int32_t groupHint )
147
{
Callers
6
___tracy_set_thread_name
Function · 0.70
SetupVsync
Function · 0.50
SysTraceWorker
Function · 0.50
Worker
Method · 0.50
CompressWorker
Method · 0.50
SymbolWorker
Method · 0.50
Calls
1
SetThreadNameWithHint
Function · 0.85
Tested by
no test coverage detected