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.50 |
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
- * Thu Apr 19 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.50
- fix a regression introduced in #223467 changes
- fix nis_getsrvlist (#235229)
- * Tue Mar 13 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.49
- assorted NIS+ speedups (#223467)
- fix pthread_mutex_timedlock on x86_64 (#228103)
- fix a race condition in getXXbyYY_r (#219145)
- * Wed Dec 13 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.48
- fix hasmntopt (#218802)