Class CacheStats
- Namespace
- AiDotNet.JitCompiler
- Assembly
- AiDotNet.dll
Statistics about the compilation cache.
public class CacheStats
- Inheritance
-
CacheStats
- Inherited Members
Remarks
For Beginners: Information about cached compiled graphs.
Tells you:
- How many graphs are cached
- Approximate memory usage
Properties
CachedGraphCount
Gets or sets the number of cached compiled graphs.
public int CachedGraphCount { get; set; }
Property Value
EstimatedMemoryBytes
Gets or sets the estimated memory used by cached graphs.
public long EstimatedMemoryBytes { get; set; }
Property Value
Methods
ToString()
Gets a string representation of the cache statistics.
public override string ToString()