On 04/14/2010 10:51 PM, malc wrote:
>  +
>  +static uint64_t get_monotonic_time(void)
>  +{
>  +    struct timespec time_space;
>  +    clock_gettime(CLOCK_MONOTONIC,&time_space);
a. The presence of monotonic clock is not guranteed

There is qemu_get_clock_ns(rt_clock).

Paolo


Reply via email to