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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user