Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc-profile: The GNU libc libraries, including support for gprof profiling.
Name: | glibc-profile |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2 |
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
- * Sun Dec 19 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2
- work around rpm bug some more, this time by copying
iconvconfig to iconvconfig.%{_target_cpu}.
- * Sun Dec 19 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-1
- update from CVS
- glibc 2.3.4 release
- add -o and --nostdlib options to iconvconfig
- if /sbin/ldconfig doesn't exist when running
glibc_post_upgrade.%{_target_cpu}, just don't attempt to run it.
This can happen during first install of bi-arch glibc and the
other arch glibc's %post wil run /sbin/ldconfig (#143326)
- use -o and --nostdlib options to create all needed
gconv-modules.cache files on bi-arch setups
- * Sun Dec 19 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.3-99
- rebuilt