This is the mail archive of the glibc-bugs@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]

[Bug manual/17383] clock() documentation should say something about the implementation and the accuracy


https://sourceware.org/bugzilla/show_bug.cgi?id=17383

--- Comment #1 from Vincent LefÃvre <vincent-srcware at vinc17 dot net> ---
Let's note that with CLOCKS_PER_SEC = 1000000, clock() has a fixed precision of
1Âms. What have changed are:
* the precision of the underlying function;
* as a consequence, the accuracy of the clock() function. But it is still
unclear what it actually is.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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