mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add fiber failures.
This commit is contained in:
@@ -405,6 +405,8 @@ public:
|
||||
FrameEnd,
|
||||
FrameImageIndex,
|
||||
FrameImageTwice,
|
||||
FiberEnter,
|
||||
FiberLeave,
|
||||
|
||||
NUM_FAILURES
|
||||
};
|
||||
@@ -725,6 +727,8 @@ private:
|
||||
void FrameEndFailure();
|
||||
void FrameImageIndexFailure();
|
||||
void FrameImageTwiceFailure();
|
||||
void FiberEnterFailure();
|
||||
void FiberLeaveFailure();
|
||||
|
||||
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
|
||||
void NewSourceLocation( uint64_t ptr );
|
||||
|
||||
Reference in New Issue
Block a user