GetSuperHighResolutionTimer

Returns the current time in 838 nanosecond increments.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  uint32_t GetSuperHighResolutionTimer ( void );
  

Return Values

If successful, returns the current time in approximately 838 nanoseconds per count.

Remarks

The timer combines the lowest WORD of the current time with the timer register to give a timer resolution of approximately 838 nanoseconds per count.

This function does not allow for possible tick count rollover, so you must take into consideration a “negative” time count. This rollover occurs approximately every hour, starting when the server is initialized.

See Also

GetHighResolutionTimer