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

Local threads must have at least one zone captured.

This commit is contained in:
Bartosz Taudul
2020-02-22 18:51:53 +01:00
parent d4f9810006
commit 4273939cf5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ public:
const char* GetString( const StringRef& ref ) const;
const char* GetString( const StringIdx& idx ) const;
const char* GetThreadName( uint64_t id ) const;
bool IsThreadLocal( uint64_t id ) const;
bool IsThreadLocal( uint64_t id );
const SourceLocation& GetSourceLocation( int16_t srcloc ) const;
std::pair<const char*, const char*> GetExternalName( uint64_t id ) const;