OpenVMS timer accuracy is better than millisecond accuracy.

I am wondering which feature offers the best accuracy / accuracy for time on OpenVMS in C.

We have an HP Integrity rx2660 server running OpenVMS V8.3-1H1.

My search so far points to $ GETTIM_PREC, which offers 100-nano resolution, but millisecond accuracy. Does it work better?

considers

+5
source share
1 answer

In the System Services Reference Guide :

On Integrity servers, $ GETTIM_PREC returns the system time after taking into account the time elapsed since the last update in a millisecond of the system time.

Alpha $GETTIM . ALPHA - SS $_LOWPREC.

, Integrity 1 , , , - .

EXE$GL_ABSTIM_TICS 10 . , IDSM V8.

+1

All Articles