C# Class OpenHardwareMonitor.Hardware.CPU.AMD10CPU

Inheritance: OpenHardwareMonitor.Hardware.CPU.AMDCPU
ファイルを表示 Open project: pklinef/open-hardware-monitor

Public Methods

Method Description
AMD10CPU ( int processorIndex, OpenHardwareMonitor.Hardware.CPU.CPUID cpuid, ISettings settings ) : System
Close ( ) : void
GetReport ( ) : string
Update ( ) : void

Protected Methods

Method Description
GetMSRs ( ) : uint[]

Private Methods

Method Description
GetCoreMultiplier ( uint cofvidEax ) : double
ReadFirstLine ( Stream stream ) : string
estimateTimeStampCounterMultiplier ( ) : double
estimateTimeStampCounterMultiplier ( double timeWindow ) : double

Method Details

AMD10CPU() public method

public AMD10CPU ( int processorIndex, OpenHardwareMonitor.Hardware.CPU.CPUID cpuid, ISettings settings ) : System
processorIndex int
cpuid OpenHardwareMonitor.Hardware.CPU.CPUID
settings ISettings
return System

Close() public method

public Close ( ) : void
return void

GetMSRs() protected method

protected GetMSRs ( ) : uint[]
return uint[]

GetReport() public method

public GetReport ( ) : string
return string

Update() public method

public Update ( ) : void
return void