mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Store proper source location.
This commit is contained in:
parent
7ebaa46f75
commit
84100bd459
@ -879,7 +879,7 @@ void View::ProcessGpuZoneBegin( const QueueGpuZoneBegin& ev )
|
||||
zone->gpuStart = std::numeric_limits<int64_t>::max();
|
||||
zone->gpuEnd = -1;
|
||||
zone->name = ev.name;
|
||||
zone->srcloc = ev.srcloc;
|
||||
zone->srcloc = ShrinkSourceLocation( ev.srcloc );
|
||||
zone->thread = 0;
|
||||
|
||||
auto timeline = &ctx->timeline;
|
||||
|
Loading…
Reference in New Issue
Block a user