1
0
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:
Bartosz Taudul
2021-11-04 17:51:32 +01:00
parent 5782d8a53b
commit 4c774130ee
2 changed files with 3 additions and 10 deletions
-2
View File
@@ -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 );