mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Add FastVector to natvis.
This commit is contained in:
parent
2bc7a9bd30
commit
2cf50427be
@ -19,4 +19,14 @@
|
||||
</ArrayItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="tracy::FastVector<*>">
|
||||
<DisplayString>{{ size={m_write - m_ptr} }}</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[capacity]" ExcludeView="simple">m_end - m_ptr</Item>
|
||||
<ArrayItems>
|
||||
<Size>m_write - m_ptr</Size>
|
||||
<ValuePointer>m_ptr</ValuePointer>
|
||||
</ArrayItems>
|
||||
</Expand>
|
||||
</Type>
|
||||
</AutoVisualizer>
|
||||
|
Loading…
Reference in New Issue
Block a user