C# Class C64Lib.Core.HiResTimer

Show file Open project: rosc77/vita64 Class Usage Examples

Public Properties

Property Type Description
Frequency long

Public Methods

Method Description
GetTimeStamp ( ) : long
Reset ( ) : void
Start ( ) : void
StartNew ( ) : HiResTimer
Stop ( ) : void

Private Methods

Method Description
GetElapsedDateTimeTicks ( ) : long
GetRawElapsedTicks ( ) : long
HiResTimer ( ) : System

Method Details

GetTimeStamp() public static method

public static GetTimeStamp ( ) : long
return long

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartNew() public static method

public static StartNew ( ) : HiResTimer
return HiResTimer

Stop() public method

public Stop ( ) : void
return void

Property Details

Frequency public static property

public static long Frequency
return long