Class which provides access to the high-resolution system timer via Interop calls into the Win32 API. More...
Static Public Member Functions | |
| static long | Counter () |
| Queries the high-performance counter. | |
| static long | Frequency () |
| Queries the high resolution-timer frequency. | |
| static double | Seconds () |
| Number of seconds since the system was started. | |
Class which provides access to the high-resolution system timer via Interop calls into the Win32 API.
Definition at line 17 of file HighResolutionTimer.cs.
| static long NewGamePhysics.Utilities.HighResolutionTimer.Counter | ( | ) | [static] |
Queries the high-performance counter.
Definition at line 41 of file HighResolutionTimer.cs.
| static long NewGamePhysics.Utilities.HighResolutionTimer.Frequency | ( | ) | [static] |
Queries the high resolution-timer frequency.
Definition at line 57 of file HighResolutionTimer.cs.
| static double NewGamePhysics.Utilities.HighResolutionTimer.Seconds | ( | ) | [static] |
Number of seconds since the system was started.
Definition at line 73 of file HighResolutionTimer.cs.
1.6.2