mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow direct switching from one fiber to another.
This commit is contained in:
@@ -408,7 +408,6 @@ public:
|
||||
FrameEnd,
|
||||
FrameImageIndex,
|
||||
FrameImageTwice,
|
||||
FiberEnter,
|
||||
FiberLeave,
|
||||
|
||||
NUM_FAILURES
|
||||
@@ -732,7 +731,6 @@ private:
|
||||
void FrameEndFailure();
|
||||
void FrameImageIndexFailure();
|
||||
void FrameImageTwiceFailure();
|
||||
void FiberEnterFailure();
|
||||
void FiberLeaveFailure();
|
||||
|
||||
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
|
||||
|
||||
Reference in New Issue
Block a user