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

Callstack payload transfer.

This commit is contained in:
Bartosz Taudul
2018-06-19 19:09:43 +02:00
parent 55e6a4a484
commit 51043ebc47
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -298,6 +298,7 @@ private:
void SendString( uint64_t ptr, const char* str, QueueType type );
void SendSourceLocation( uint64_t ptr );
void SendSourceLocationPayload( uint64_t ptr );
void SendCallstackPayload( uint64_t ptr );
bool HandleServerQuery();