csharp
public readonly record struct MemoryRowOne line of the memory view.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public MemoryArena ArenaWhich arena.
public string LabelWhat it is.
public long BytesHow much, or a count where says so.
public string? DetailA sentence about it, or .
public bool IsCountWhether is a number of things rather than a number of bytes. A view formats the two differently, and "1.2 KB of collections" is the mistake this avoids.
Methods (1)
public MemoryRow(MemoryArena Arena, string Label, long Bytes, string? Detail = null, bool IsCount = false)One line of the memory view.
Used by (6)
- DiagnosticsModuleVixen.Editor.Diagnostics
- EditorApplicationVixen.Editor.App
- MemoryProvidersVixen.Editor.Profiler
- MemorySnapshotVixen.Editor.Profiler
- MemoryViewVixen.Editor.Profiler
- StatisticsAndMemoryTestsVixen.Editor.Profiler.Tests