C# 클래스 Tether.CoreChecks.ProcessorCheck

Class for checking processor usage.
This is not really the same as CPU "load" on Linux/Unix, but rather CPU usage. I think Windows users know the difference, but we'll probably need to document the subtleties.
상속: PerformanceCounterBasedCheck, ICheck
파일 보기 프로젝트 열기: surgicalcoder/Tether

공개 메소드들

메소드 설명
DoCheck ( ) : object
ProcessorCheck ( ) : System

비공개 메소드들

메소드 설명
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

DoCheck() 공개 메소드

public DoCheck ( ) : object
리턴 object

ProcessorCheck() 공개 메소드

public ProcessorCheck ( ) : System
리턴 System