Class DebugOutput
public class DebugOutput
- Inheritance
-
objectDebugOutput
Properties
Attempts
Number of attempts made to the model.
public int Attempts { get; set; }
Property Value
- int
CacheReadCount
Number of cache reads
public int CacheReadCount { get; set; }
Property Value
- int
CacheReadInputBytes
Size of cache read
public int CacheReadInputBytes { get; set; }
Property Value
- int
CacheWriteCount
Number of cache writes
public int CacheWriteCount { get; set; }
Property Value
- int
CacheWriteInputBytes
Size of cache write
public int CacheWriteInputBytes { get; set; }
Property Value
- int