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

Process callstack frames.

This commit is contained in:
Bartosz Taudul
2018-06-20 01:07:09 +02:00
parent 5177a7b960
commit 0c0afa5ac7
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ private:
tracy_force_inline void ProcessMemAllocCallstack( const QueueMemAlloc& ev );
tracy_force_inline void ProcessMemFreeCallstack( const QueueMemFree& ev );
tracy_force_inline void ProcessCallstackMemory( const QueueCallstackMemory& ev );
tracy_force_inline void ProcessCallstackFrame( const QueueCallstackFrame& ev );
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
void NewSourceLocation( uint64_t ptr );