Class PrefetchStatistics
- Namespace
- DotCompute.Backends.CUDA.Memory
- Assembly
- DotCompute.Backends.CUDA.dll
Statistics for prefetch operations.
public sealed class PrefetchStatistics
- Inheritance
-
PrefetchStatistics
- Inherited Members
Properties
ActivePrefetches
Gets or sets the active prefetches.
public int ActivePrefetches { get; init; }
Property Value
- int
The active prefetches.
HitRate
Gets or sets the hit rate.
public double HitRate { get; init; }
Property Value
- double
The hit rate.
PrefetchCount
Gets or sets the prefetch count.
public long PrefetchCount { get; init; }
Property Value
- long
The prefetch count.
PrefetchHits
Gets or sets the prefetch hits.
public long PrefetchHits { get; init; }
Property Value
- long
The prefetch hits.
PrefetchMisses
Gets or sets the prefetch misses.
public long PrefetchMisses { get; init; }
Property Value
- long
The prefetch misses.
TotalPrefetchedBytes
Gets or sets the total prefetched bytes.
public long TotalPrefetchedBytes { get; init; }
Property Value
- long
The total prefetched bytes.