GetHighResolutionTimer

Returns the current time in 100 microsecond increments.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

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

Return Values

If successful, returns the time in approximately 100 microseconds per count.

Remarks

The timer combines the current time with the timer register to create a return value that has a resolution of approximately 100 microseconds per count.

You should not use this function within a code path that requires interrupts to be disabled or within an interrupt service routine.

See Also

GetSuperHighResolutionTimer