Table of Contents

Class MetalSystemInfo

Namespace
DotCompute.Backends.Metal.Telemetry
Assembly
DotCompute.Backends.Metal.dll

System information

public sealed class MetalSystemInfo
Inheritance
MetalSystemInfo
Inherited Members

Properties

AvailableSystemMemory

public long AvailableSystemMemory { get; set; }

Property Value

long

DeviceCount

public int DeviceCount { get; set; }

Property Value

int

OSVersion

public string OSVersion { get; set; }

Property Value

string

ProcessorCount

public int ProcessorCount { get; set; }

Property Value

int

RuntimeVersion

public string RuntimeVersion { get; set; }

Property Value

string

TotalSystemMemory

public long TotalSystemMemory { get; set; }

Property Value

long