mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-25 04:28:22 +00:00
Separate message type for context switch callstack samples.
This commit is contained in:
@@ -52,6 +52,9 @@ void EventDebug( const QueueItem& ev )
|
||||
case QueueType::CallstackSample:
|
||||
fprintf( f, "ev %i (CallstackSample)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::CallstackSampleContextSwitch:
|
||||
fprintf( f, "ev %i (CallstackSampleContextSwitch)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::FrameImage:
|
||||
fprintf( f, "ev %i (FrameImage)\n", ev.hdr.idx );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user