Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc-profile: The GNU libc libraries, including support for gprof profiling.
Name: | glibc-profile |
Vendor: | CERN, http://cern.ch/linux |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.20 |
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
- * Fri Apr 2 04:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.20
- add SERVICES_AUTHORITATIVE setting to /etc/default/nss
- * Thu Apr 1 04:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.19
- for getservbyname{,_r}, do yp_match on name instead of name/tcp,
followed by name/udp before fallback if protocol is NULL
- fix return value of fwrite when writing >= 2GB of data at once
on 64-bit arches
- * Wed Mar 31 04:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.18
- fix a bug in getservbyport{,_r}
- if protocol is NULL for getservby*, first search for "tcp",
then "udp" protocol by yp_match and then fallback to sequential
scanning
- speed up getservby{name,port}{,_r} (arg, NULL) when using NIS
(#103576)
- add NETID_AUTHORITATIVE support (#118338)