j
k
j a
j l
On 16/06/2010 10:24, Jon Payne wrote:
Or how about: long long boot_time_in_milliseconds_since_epoch = current_time_in_milliseconds_since_epoch() - GetTickCount64();
Or how about:
long long boot_time_in_milliseconds_since_epoch = current_time_in_milliseconds_since_epoch() - GetTickCount64();
Not very robust due to preemptions and function call overhead. Best, Ion
Back to the thread
Back to the list