Re: Future version 1.27 of the "World Map" #future
jdow
time_t timeGetTime(); That has millisecond resolution
- if running with mm timer set to 1 ms. Then there is the
precision (100ns) timer with motherboard dependent actual
resolution. I use timeGetTime() most of the time. One must handle
it's roll over, of course. With time64_to work with on 64 bit
builds that's not much of a problem. It is always a relative time
to when the computer boots. But that offset can be backed out if
critical.
toggle quoted messageShow quoted text
{^_^} On 20220511 00:10:26, Simon Brown
wrote:
|
|