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

Callstack frame transfer.

This commit is contained in:
Bartosz Taudul
2018-06-20 01:06:31 +02:00
parent 359feae7ef
commit 5177a7b960
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -301,6 +301,7 @@ private:
void SendSourceLocation( uint64_t ptr );
void SendSourceLocationPayload( uint64_t ptr );
void SendCallstackPayload( uint64_t ptr );
void SendCallstackFrame( uint64_t ptr );
bool HandleServerQuery();