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

Live update of sample statistics data.

This commit is contained in:
Bartosz Taudul
2020-02-27 16:48:50 +01:00
parent 8aa70211c0
commit c5e8739435
2 changed files with 45 additions and 39 deletions
+1
View File
@@ -638,6 +638,7 @@ private:
#ifndef TRACY_NO_STATISTICS
void ReconstructContextSwitchUsage();
void UpdateSampleStatistics( uint32_t callstack, uint32_t count );
#endif
tracy_force_inline int64_t ReadTimeline( FileRead& f, ZoneEvent* zone, int64_t refTime, int32_t& childIdx );