1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add thread group hint to ThreadNameData.

This commit is contained in:
Bartosz Taudul
2024-08-03 19:15:01 +02:00
parent fb18a81d79
commit 3658c0c90f
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ static inline uint32_t GetThreadHandle()
#endif
TRACY_API void SetThreadName( const char* name );
TRACY_API void SetThreadNameWithHint( const char* name, uint32_t groupHint );
TRACY_API const char* GetThreadName( uint32_t id );
TRACY_API const char* GetEnvVar( const char* name );