]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Improve precision of clock() function on Linux
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 13 Jun 2013 04:24:35 +0000 (09:54 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 13 Jun 2013 04:24:35 +0000 (09:54 +0530)
commit58206c6863f6b861a5e2fa6d3599e487294ded63
treea30d60784df8019705a2c559468096c33b68f35c
parent6a97b62a5b4f18aea849d6f4d8de58d1469d2521
Improve precision of clock() function on Linux

Resolves #12515.

Use CLOCK_PROCESS_CPUTIME_ID instead of times to get better precision
in the value returned by clock.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/clock.c