mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove CodeLocation query and CodeInformation response.
This commit is contained in:
@@ -171,9 +171,6 @@ void EventDebug( const QueueItem& ev )
|
||||
case QueueType::SymbolInformation:
|
||||
fprintf( f, "ev %i (SymbolInformation)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::CodeInformation:
|
||||
fprintf( f, "ev %i (CodeInformation)\n", ev.hdr.idx );
|
||||
break;
|
||||
case QueueType::FiberEnter:
|
||||
fprintf( f, "ev %i (FiberEnter)\n", ev.hdr.idx );
|
||||
fprintf( f, "\ttime = %" PRIi64 "\n", ev.fiberEnter.time );
|
||||
|
||||
Reference in New Issue
Block a user