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
AdoptionRate
public double AdoptionRate { get; }
Property Value
Allocated
public uint Allocated { get; init; }
Property Value
AllocationRate
public double AllocationRate { get; }
Property Value
Reused
public uint Reused { get; init; }
Property Value
Total
public uint Total { get; }