mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +00:00
Add FastVector to natvis.
This commit is contained in:
parent
2bc7a9bd30
commit
2cf50427be
@ -19,4 +19,14 @@
|
|||||||
</ArrayItems>
|
</ArrayItems>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</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>
|
</AutoVisualizer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user