Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-16 18:59:25 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-16 18:59:25 +0300
commitc212661714c1a788883c1b45dcf1a439c84bb2d4 (patch)
tree583320e9452d498afddb4620fbfa77e4b8718fb1 /server/TracyWorker.hpp
parentcef7e4b8d01b519b4ba439fdfbdaf1f9f8474353 (diff)
Allow determining whether thread is local to profiled program.
Diffstat (limited to 'server/TracyWorker.hpp')
-rw-r--r--server/TracyWorker.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp
index 46f0429b..530b190f 100644
--- a/server/TracyWorker.hpp
+++ b/server/TracyWorker.hpp
@@ -332,6 +332,7 @@ public:
const char* GetString( const StringRef& ref ) const;
const char* GetString( const StringIdx& idx ) const;
const char* GetThreadString( uint64_t id ) const;
+ bool IsThreadLocal( uint64_t id ) const;
const SourceLocation& GetSourceLocation( int16_t srcloc ) const;
const char* GetZoneName( const SourceLocation& srcloc ) const;