mirror of
https://github.com/wolfpld/tracy
synced 2025-05-08 16:03:53 +00:00
Add Win10 wait reasons.
This commit is contained in:
parent
69077e4e6f
commit
aa00b1c4c4
@ -2260,7 +2260,10 @@ static const char* DecodeContextSwitchReasonCode( uint8_t reason )
|
||||
case 34: return "WrFastMutex";
|
||||
case 35: return "WrGuardedMutex";
|
||||
case 36: return "WrRundown";
|
||||
case 37: return "MaximumWaitReason";
|
||||
case 37: return "WrAlertByThreadId";
|
||||
case 38: return "WrDeferredPreempt";
|
||||
case 39: return "WrPhysicalFault";
|
||||
case 40: return "MaximumWaitReason";
|
||||
default: return "unknown";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user