mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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 34: return "WrFastMutex";
|
||||||
case 35: return "WrGuardedMutex";
|
case 35: return "WrGuardedMutex";
|
||||||
case 36: return "WrRundown";
|
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";
|
default: return "unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user