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