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

Handle frame image instrumentation failures.

This commit is contained in:
Bartosz Taudul
2019-06-09 13:44:53 +02:00
parent 5d5b12dce4
commit 50cda7720f
2 changed files with 33 additions and 5 deletions
+4
View File
@@ -231,6 +231,8 @@ public:
ZoneName,
MemFree,
FrameEnd,
FrameImageIndex,
FrameImageTwice,
NUM_FAILURES
};
@@ -407,6 +409,8 @@ private:
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );
void FrameEndFailure();
void FrameImageIndexFailure();
void FrameImageTwiceFailure();
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
void NewSourceLocation( uint64_t ptr );