mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fill-in missing image name.
This commit is contained in:
parent
e9a32d5dc7
commit
e93b574c5d
@ -5416,6 +5416,7 @@ void Worker::UpdateSampleStatisticsImpl( const CallstackFrameData** frames, uint
|
||||
auto frameData = m_slab.AllocInit<CallstackFrameData>();
|
||||
frameData->data = frame;
|
||||
frameData->size = fxsz - 1;
|
||||
frameData->imageName = fexcl->imageName;
|
||||
parentFrameId.idx = m_callstackParentNextIdx++;
|
||||
parentFrameId.sel = 0;
|
||||
parentFrameId.custom = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user