Table of Contents

Class BucketStatistics

Namespace
DotCompute.Backends.Metal.Memory
Assembly
DotCompute.Backends.Metal.dll

Statistics for an individual bucket.

public sealed record BucketStatistics : IEquatable<BucketStatistics>
Inheritance
BucketStatistics
Implements
Inherited Members

Properties

BucketSize

public required int BucketSize { get; init; }

Property Value

int

BytesInBucket

public required long BytesInBucket { get; init; }

Property Value

long

CachedBuffers

public required int CachedBuffers { get; init; }

Property Value

int

TotalAllocations

public required long TotalAllocations { get; init; }

Property Value

long