This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: time stamp counter in "make check"


Using rdtsc or the like for user-mode CPU timings is always wrong.
Even if the CPU issues are handled perfectly, it's only ever right
when the luck of the draw doesn't introduce any scheduling delays
in the middle of what you're timing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]