mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-27 21:48:22 +00:00
Add GpuTimeSync event
Allows to resynchronise GPU and CPU timestamps during profiling.
This commit is contained in:
@@ -195,6 +195,9 @@ void EventDebug( const QueueItem& ev )
|
||||
case QueueType::GpuCalibration:
|
||||
fprintf( f, "ev %i (GpuCalibration)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::GpuTimeSync:
|
||||
fprintf( f, "ev %i (GpuTimeSync)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::Crash:
|
||||
fprintf( f, "ev %i (Crash)\n", ev.hdr.idx );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user