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

Extract callstack merging.

This commit is contained in:
Bartosz Taudul
2021-11-27 15:06:58 +01:00
parent 58d5fb2ff4
commit 4f735e1ae2
2 changed files with 36 additions and 30 deletions
+1
View File
@@ -816,6 +816,7 @@ private:
tracy_force_inline void AddCallstackPayload( uint64_t ptr, const char* data, size_t sz );
tracy_force_inline void AddCallstackAllocPayload( uint64_t ptr, const char* data, size_t sz );
uint32_t MergeCallstacks( uint32_t first, uint32_t second );
void InsertPlot( PlotData* plot, int64_t time, double val );
void HandlePlotName( uint64_t name, const char* str, size_t sz );