MCPcopy 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
141TRACY_API void SetThreadName( const char* name )
142{
143 SetThreadNameWithHint( name, 0 );
144}
145
146TRACY_API void SetThreadNameWithHint( const char* name, int32_t groupHint )
147{

Callers 6

___tracy_set_thread_nameFunction · 0.70
SetupVsyncFunction · 0.50
SysTraceWorkerFunction · 0.50
WorkerMethod · 0.50
CompressWorkerMethod · 0.50
SymbolWorkerMethod · 0.50

Calls 1

SetThreadNameWithHintFunction · 0.85

Tested by

no test coverage detected