Class MetalEncodingStats
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Statistics about encoding operations
public sealed class MetalEncodingStats
- Inheritance
-
MetalEncodingStats
- Inherited Members
Properties
BuffersSet
public int BuffersSet { get; set; }
Property Value
CommandTypeCounts
public Dictionary<MetalCommandType, int> CommandTypeCounts { get; }
Property Value
EncodingDuration
public TimeSpan? EncodingDuration { get; set; }
Property Value
FirstCommandTime
public DateTimeOffset? FirstCommandTime { get; set; }
Property Value
IsEncodingEnded
public bool IsEncodingEnded { get; set; }
Property Value
LastCommandTime
public DateTimeOffset? LastCommandTime { get; set; }
Property Value
TotalCommands
public int TotalCommands { get; set; }