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

Split heavy used functions into check and add parts.

This commit is contained in:
Bartosz Taudul
2017-11-19 17:58:56 +01:00
parent 89448b473e
commit 7a4c6b3d68
2 changed files with 29 additions and 17 deletions
+2
View File
@@ -83,10 +83,12 @@ private:
StringLocation StoreString( char* str, size_t sz );
uint32_t ShrinkSourceLocation( uint64_t srcloc );
uint32_t NewShrinkedSourceLocation( uint64_t srcloc );
void InsertMessageData( MessageData* msg, uint64_t thread );
ThreadData* NoticeThread( uint64_t thread );
ThreadData* NewThread( uint64_t thread );
void NewZone( ZoneEvent* zone, uint64_t thread );