Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc-profile: The GNU libc libraries, including support for gprof profiling.
Name: | glibc-profile |
Vendor: | Scientific Linu |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2.19 |
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
- * Wed Feb 8 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.19
- adjust nptl_db for dtv_t changes from -2.16 (#179165)
- fix setuid etc. hangs on i?86 if some thread exits during the call
(#167766, IT#78380)
- * Tue Dec 20 18:00:00 2005 Roland McGrath <roland{%}redhat{*}com> 2.3.4-2.18
- rebuilt with new gcc
- * Fri Dec 2 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.17
- fix argument checking in yp_order (BZ#1925)
- don't cache euid/egid in euidaccess
- avoid unnecessary socket read in nscd client code if hostname has
no aliases
- fix do_ypcall in case of memory allocation failure