-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03.05.2013 18:11, Kai Tietz wrote:
> Well int clock_getcpuclockid we miss. I think it is obvious that we
> would like to provide it, so a patch to clock.c file would be desired
> here. The patch for an implementation for this function takes for
>
Well int clock_getcpuclockid we miss. I think it is obvious that we
would like to provide it, so a patch to clock.c file would be desired
here. The patch for an implementation for this function takes for
sure less time as it took you to collect all those information. So
why you weren't providing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
clock_gettime() currently supports these clocks:
CLOCK_REALTIME (GetSystemTimeAsFileTime)
CLOCK_MONOTONIC (QueryPerformanceCounter)
CLOCK_PROCESS_CPUTIME_ID (GetProcessTimes)
CLOCK_THREAD_CPUTIME_ID (GetThreadTimes)
[1] states that if _POSIX_CPUTIME i