diff options
| author | Ulrich Drepper <drepper@gmail.com> | 2011-06-22 09:50:39 -0400 |
|---|---|---|
| committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-22 09:50:39 -0400 |
| commit | 852eb34d5c56bc75bdd82327fcf310d98655f6b0 (patch) | |
| tree | 9fdcbffbbf1b1d40137a5a72904acbe941bf5634 /ChangeLog | |
| parent | 6e502e19455c6110dd4487d91b7b7d6d8121f9ba (diff) | |
| download | glibc-852eb34d5c56bc75bdd82327fcf310d98655f6b0.tar.xz glibc-852eb34d5c56bc75bdd82327fcf310d98655f6b0.zip | |
Rate limit expensive _SC_NPROCESSORS_ONLN computation
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-06-22 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit + reading the information from the /proc filesystem to once a second. + 2011-06-21 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of |
