home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / sysdeps / linux / i386 / gmon / README < prev   
Encoding:
Text File  |  1992-06-16  |  1.1 KB  |  32 lines

  1. Here is a package to use profiling on Linux.
  2.  
  3. It contains the following files:
  4.  
  5. -rw-r--r--   1 jrs      user         3410 Jun 14 00:52 profil.patch
  6.  
  7. patches to Linux v0.96a patchlevel 2 kernel for profiling
  8.  
  9. -rw-r--r--   1 jrs      user          236 Jun 14 01:21 Makefile
  10.  
  11. sample makefile for using profiling with an earlier version of GCC.
  12.  
  13. -rw-r--r--   1 jrs      user         1721 Jun 14 00:45 gcrt0.s
  14. -rw-r--r--   1 jrs      user          542 Jun 14 01:21 gcrt0.o
  15.  
  16. source and object of the startup file for programs using -pg profiling
  17.  
  18. -rw-r--r--   1 jrs      user         9050 Jun 14 00:45 gmon.c
  19. -rw-r--r--   1 jrs      user         3582 Jun 14 00:45 gmon.h
  20. -rw-r--r--   1 jrs      user          107 Jun 14 00:45 profil.c
  21. -rw-r--r--   1 jrs      user         2932 Jun 14 01:21 libgmon.a
  22.  
  23. profile assist code which belongs in libc.a and libc_p.a
  24.  
  25. -rw-r--r--   1 jrs      user          965 Jun 14 00:56 gprof.patch
  26. -rwxr-xr-x   1 jrs      user        78848 Jun 14 01:12 gprof*
  27.  
  28. small patches and a binary of GNU gprof as found in binutils-1.9.tar.Z
  29.  
  30. Rick Sladkey
  31. jrs@world.std.com
  32.