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

64-bit only version of callstack payload sender.

This commit is contained in:
Bartosz Taudul
2020-02-22 14:05:01 +01:00
parent 9e9c7db5b1
commit 23fe3e623d
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -533,6 +533,7 @@ private:
void SendSourceLocation( uint64_t ptr );
void SendSourceLocationPayload( uint64_t ptr );
void SendCallstackPayload( uint64_t ptr );
void SendCallstackPayload64( uint64_t ptr );
void SendCallstackAlloc( uint64_t ptr );
void SendCallstackFrame( uint64_t ptr );