mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Added a BinaryHeap visualizer
This commit is contained in:
parent
ff33c7aca3
commit
2c6a72ba68
1 changed files with 10 additions and 0 deletions
10
IDE/dist/BeefDbgVis.toml
vendored
10
IDE/dist/BeefDbgVis.toml
vendored
|
@ -249,6 +249,16 @@ Value = "__clearHighBits(mAllocSizeAndFlags, 1)"
|
||||||
Size = "mSize"
|
Size = "mSize"
|
||||||
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
|
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
|
||||||
|
|
||||||
|
[[Type]]
|
||||||
|
Name = "System.Collections.Generic.BinaryHeap<*>"
|
||||||
|
DisplayString = "{{ count={mSize} }}"
|
||||||
|
[[Type.Expand.Item]]
|
||||||
|
Name = "[Count]"
|
||||||
|
Value = "mSize"
|
||||||
|
[Type.Expand.ArrayItems]
|
||||||
|
Size = "mSize"
|
||||||
|
ValuePointer = "&this.mData.mFirstElement"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.Dictionary<*, *>"
|
Name = "System.Collections.Generic.Dictionary<*, *>"
|
||||||
DisplayString = "{{ count={mCount - mFreeCount} }}"
|
DisplayString = "{{ count={mCount - mFreeCount} }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue