home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diagnostic / hierprof_1 < prev    next >
Text File  |  1999-04-27  |  1KB  |  42 lines

  1. Title:            HIERPROF
  2. Author:            Julian Smith (julian.smith@psy.ox.ac.uk)
  3. Version:        2.06
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Julian Smith (julian.smith@psy.ox.ac.uk)
  8. Date:            10/11/95
  9. Keywords:        C ; Debuggers ; Diagnostic software ; Program processors
  10. Shareware:        Yes
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    C compiler
  16. Directory:        micros/arch/riscos/e002
  17. Date mounted/updated:    13/11/95
  18. File names:        hierprof.zip
  19. Unarchived files:    39
  20. Unarchived size:    109 kbytes
  21. Omissions:        
  22. See also:        GCC (b013)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. HierProf is a C library and C preprocessor which can be used to add
  35. time-profiling of functions to any C program.  The profiling output is
  36. a full hierachical listing of the time spent in each function, so you
  37. get told how much time was spent in function X as percentages of the
  38. amount of time spent in all other functions that indirectly or directly
  39. called X.  This is a demonstration version which ignores any nesting
  40. beyond 5 levels.  The full version copes with up to 62 function-call
  41. levels.
  42.