Skip to main content

Struct TreeBufferAdoptionDiagnostics

Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeBufferAdoptionDiagnostics : IEquatable<TreeBufferAdoptionDiagnostics>

Implements

IEquatable<TreeBufferAdoptionDiagnostics>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeBufferAdoptionDiagnostics(uint, uint, uint)

public TreeBufferAdoptionDiagnostics(uint Reused, uint Adopted, uint Allocated)

Parameters

Reused uint

Adopted uint

Allocated uint

Properties

Adopted

public uint Adopted { get; init; }

Property Value

uint

AdoptionRate

public double AdoptionRate { get; }

Property Value

double

Allocated

public uint Allocated { get; init; }

Property Value

uint

AllocationRate

public double AllocationRate { get; }

Property Value

double

Reused

public uint Reused { get; init; }

Property Value

uint

Total

public uint Total { get; }

Property Value

uint