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

Handle discontinuous frame end mismatch failure.

This commit is contained in:
Bartosz Taudul
2019-02-28 19:32:42 +01:00
parent d80dc82b96
commit 42c94f7142
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -189,6 +189,7 @@ public:
ZoneText,
ZoneName,
MemFree,
FrameEnd,
NUM_FAILURES
};
@@ -350,6 +351,7 @@ private:
void ZoneTextFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );
void FrameEndFailure();
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
void NewSourceLocation( uint64_t ptr );