Table of Contents

Class KernelCacheStatistics

Namespace
DotCompute.Backends.CPU.Accelerators
Assembly
DotCompute.Backends.CPU.dll

A class that represents kernel cache statistics.

public class KernelCacheStatistics
Inheritance
KernelCacheStatistics
Inherited Members

Properties

EvictionCount

Gets or sets the eviction count.

public long EvictionCount { get; set; }

Property Value

long

The eviction count.

HitRate

Gets or sets the hit rate.

public double HitRate { get; set; }

Property Value

double

The hit rate.

MostAccessedEntry

Gets or sets the most accessed entry.

public string? MostAccessedEntry { get; set; }

Property Value

string

The most accessed entry.

OldestEntry

Gets or sets the oldest entry.

public DateTimeOffset? OldestEntry { get; set; }

Property Value

DateTimeOffset?

The oldest entry.

TotalMemoryUsage

Gets or sets the total memory usage.

public long TotalMemoryUsage { get; set; }

Property Value

long

The total memory usage.