Table of Contents

Class PerformanceCacheStatistics

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

A class that represents performance cache statistics.

public class PerformanceCacheStatistics
Inheritance
PerformanceCacheStatistics
Inherited Members

Properties

AverageAge

Gets or sets the average age.

public double AverageAge { get; set; }

Property Value

double

The average age.

EntryCount

Gets or sets the entry count.

public int EntryCount { get; set; }

Property Value

int

The entry count.