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
BytesInBucket
public required long BytesInBucket { get; init; }
Property Value
CachedBuffers
public required int CachedBuffers { get; init; }
Property Value
TotalAllocations
public required long TotalAllocations { get; init; }