Method |
Description |
|
Factorial ( ulong n ) : ulong |
|
|
GetCurrentProcessThread ( ) : ProcessThread |
|
|
GetCurrentThreadId ( ) : uint |
|
|
QueryIdleProcessorCycleTimeEx ( [ Group, [ BufferLength, [ ProcessorIdleCycleTime ) : int |
|
|
QueryPerformanceCounter ( ulong &lpPerformanceCount ) : bool |
|
|
QueryPerformanceFrequency ( ulong &lpFrequency ) : bool |
|
|
StressTheCPU ( uint aIterations, ulong aFactorialNumber, AutoResetEvent ev, LoadCpuCallback lcc ) : System.Boolean |
|
|
WaitSleep ( int ms, AutoResetEvent ev, LoadCpuCallback lcc ) : void |
|
|