Lee Revell wrote:
But some user space apps are now *required* to use rdtsc for timing due
to the massive performance difference. If we only took a 5x or 10x
performance hit vs rdtsc, rather than the current 50x, it might be
enough that user space apps won't have to do this.
For my userspace apps I've actually switched to
clock_gettime(CLOCK_MONOTONIC, &ts);
This at least guarantees that it will never go backwards.
For the experts: Is there a clock exported to userspace that is both
monotonic and uniform? Does CLOCK_MONOTONIC give this on linux?
Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]