Jump to letter: [
          
            BCEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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.44 | 
            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 Jun 16 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.44
 
            - make sure pt_chown is not setuid
 
        
            - * Fri Jun 16 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.43
 
            - revert SETENT_BATCH_READ NIS+ changes
 
        
            - * Fri May 19 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.42
 
            - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
- fix a sunrpc memory leak
- fix wide stdio memory leak (#192412, IT#93902, BZ#2226)