mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow serialized zone validation.
This commit is contained in:
@@ -2438,6 +2438,11 @@ Profiler::DequeueStatus Profiler::DequeueSerial()
|
||||
ThreadCtxCheckSerial( zoneValueThread );
|
||||
break;
|
||||
}
|
||||
case QueueType::ZoneValidation:
|
||||
{
|
||||
ThreadCtxCheckSerial( zoneValidationThread );
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
assert( false );
|
||||
|
||||
Reference in New Issue
Block a user