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

Create memory plot based on memory alloc/free events.

This commit is contained in:
Bartosz Taudul
2018-04-28 15:49:12 +02:00
parent cd34ed6968
commit d8bfe7de2e
3 changed files with 40 additions and 1 deletions
+3
View File
@@ -208,6 +208,9 @@ private:
tracy_force_inline uint32_t ShrinkSourceLocation( uint64_t srcloc );
uint32_t NewShrinkedSourceLocation( uint64_t srcloc );
tracy_force_inline void MemAllocChanged( int64_t time );
void CreateMemAllocPlot();
void InsertMessageData( MessageData* msg, uint64_t thread );
ThreadData* NewThread( uint64_t thread );