Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc-profile: The GNU libc libraries, including support for gprof profiling.
Name: | glibc-profile |
Vendor: | Scientific Linux |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.39 |
URL: | |
- Summary
- The glibc-profile package includes the GNU libc libraries and support
for profiling using the gprof program. Profiling is analyzing a
program's functions to see how much CPU time they use and determining
which functions are calling other functions during execution. To use
gprof to profile a program, your program needs to use the GNU libc
libraries included in glibc-profile (instead of the standard GNU libc
libraries included in the glibc package).
If you are going to use the gprof program to profile a program, you'll
need to install the glibc-profile package.
Changelog
- * Tue Nov 22 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.39
- make nscd receiving socket non-blocking to avoid threads hanging in
accept (#156284, IT#70805)
- allow nscd log to grow beyond 2GB on 32-bit arches
(#168851, IT#77309)
- remove use of _RE_ARGS in <regex.h> (#170302, IT#78801)
- fix pthread_once on x86_64 misaligning stack (#172386, IT#81521)
- fix bindresvport to really try more ports if range 600 .. 1023 is full
(#170714, IT#81365)
- * Thu Sep 29 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.38
- make innetgr thread safe (#167728, IT#77263)
- fix memory leak in innetgr (#169051)
- * Fri Sep 16 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.37
- apply glibc-ppc-assume.patch for RHEL3 unconditionally (#168503, IT#79917)