Table of Contents

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

int

CommandTypeCounts

public Dictionary<MetalCommandType, int> CommandTypeCounts { get; }

Property Value

Dictionary<MetalCommandType, int>

EncodingDuration

public TimeSpan? EncodingDuration { get; set; }

Property Value

TimeSpan?

FirstCommandTime

public DateTimeOffset? FirstCommandTime { get; set; }

Property Value

DateTimeOffset?

IsEncodingEnded

public bool IsEncodingEnded { get; set; }

Property Value

bool

LastCommandTime

public DateTimeOffset? LastCommandTime { get; set; }

Property Value

DateTimeOffset?

TotalCommands

public int TotalCommands { get; set; }

Property Value

int