C# 클래스 NiceHashMiner.Devices.CPUUtils

파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 메소드들

메소드 설명
GetMostOptimized ( ) : CPUExtensionType

Returns most performant CPU extension based on settings. Returns automatic if NO extension is avaliable

IsCPUMiningCapable ( ) : bool

Checks if CPU mining is capable by checking GetMostOptimized is not automatic

비공개 메소드들

메소드 설명
HasExtensionSupport ( CPUExtensionType type ) : bool

HasExtensionSupport checks CPU extensions support, if type automatic just return false.

메소드 상세

GetMostOptimized() 공개 정적인 메소드

Returns most performant CPU extension based on settings. Returns automatic if NO extension is avaliable
public static GetMostOptimized ( ) : CPUExtensionType
리턴 CPUExtensionType

IsCPUMiningCapable() 공개 정적인 메소드

Checks if CPU mining is capable by checking GetMostOptimized is not automatic
public static IsCPUMiningCapable ( ) : bool
리턴 bool