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

Store fiber state is ThreadData.

This commit is contained in:
Bartosz Taudul
2021-11-02 01:45:01 +01:00
parent 229d547e91
commit 8f44f1c68b
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -666,6 +666,7 @@ struct ThreadData
Vector<SampleData> samples;
SampleData pendingSample;
uint64_t kernelSampleCnt;
uint8_t isFiber;
tracy_force_inline void IncStackCount( int16_t srcloc ) { IncSrcLocCount( stackCount, srcloc ); }
tracy_force_inline bool DecStackCount( int16_t srcloc ) { return DecSrcLocCount( stackCount, srcloc ); }