Vixen
02b45cc4
csharp
public readonly record struct MemoryRow

One 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 Arena

    Which arena.

  • public string Label

    What it is.

  • public long Bytes

    How much, or a count where says so.

  • public string? Detail

    A sentence about it, or .

  • public bool IsCount

    Whether 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