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

Extract symbol queue item handling.

This commit is contained in:
Bartosz Taudul
2021-10-23 01:35:01 +02:00
parent 2b9265cc40
commit 02ce9b7d8b
2 changed files with 73 additions and 67 deletions
+1
View File
@@ -680,6 +680,7 @@ private:
#ifdef TRACY_HAS_CALLSTACK
static void LaunchSymbolWorker( void* ptr ) { ((Profiler*)ptr)->SymbolWorker(); }
void SymbolWorker();
void HandleSymbolQueueItem( const SymbolQueueItem& si );
#endif
void ClearQueues( tracy::moodycamel::ConsumerToken& token );