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

String literal message transfer.

This commit is contained in:
Bartosz Taudul
2017-10-15 13:06:49 +02:00
parent 95439a726a
commit 5b9fcddfb3
7 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ private:
void ProcessLockRelease( const QueueLockRelease& ev );
void ProcessLockMark( const QueueLockMark& ev );
void ProcessPlotData( const QueuePlotData& ev );
void ProcessMessage( const QueueMessage& ev );
void ProcessMessage( const QueueMessage& ev, bool literal );
void CheckString( uint64_t ptr );
void CheckThreadString( uint64_t id );