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
DeviceCount
public int DeviceCount { get; set; }
Property Value
OSVersion
public string OSVersion { get; set; }
Property Value
ProcessorCount
public int ProcessorCount { get; set; }
Property Value
RuntimeVersion
public string RuntimeVersion { get; set; }
Property Value
TotalSystemMemory
public long TotalSystemMemory { get; set; }