diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-22 02:27:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-22 02:27:29 +0000 |
commit | 08c825f94a990dfabd2a1ae93b7c6ad8b5e8f550 (patch) | |
tree | c1a6bea2738f39706630b3796df354e4e931be4f /gprof | |
parent | 44cb13f7e0da007b96a9d2bf1705daa319054f85 (diff) | |
download | gdb-08c825f94a990dfabd2a1ae93b7c6ad8b5e8f550.zip gdb-08c825f94a990dfabd2a1ae93b7c6ad8b5e8f550.tar.gz gdb-08c825f94a990dfabd2a1ae93b7c6ad8b5e8f550.tar.bz2 |
tipoes
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/gprof.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gprof/gprof.1 b/gprof/gprof.1 index d86a391..5a734da 100644 --- a/gprof/gprof.1 +++ b/gprof/gprof.1 @@ -67,11 +67,11 @@ Cycles are discovered, and calls into a cycle are made to share the time of the cycle. The first listing shows the functions sorted according to the time they represent -including the time of their call graph descendents. +including the time of their call graph descendants. Below each function entry is shown its (direct) call graph children, and how their times are propagated to this function. A similar display above the function shows how this function's time and the -time of its descendents is propagated to its (direct) call graph parents. +time of its descendants is propagated to its (direct) call graph parents. .PP Cycles are also shown, with an entry for the cycle as a whole and a listing of the members of the cycle and their contributions to the @@ -81,9 +81,9 @@ Second, a flat profile is given, similar to that provided by .BR prof ( 1 ) . This listing gives the total execution times, the call counts, -the time in milleseconds the call spent in the routine itself, and -the time in milleseconds the call spent in the routine itself including -its descendents. +the time in milliseconds the call spent in the routine itself, and +the time in milliseconds the call spent in the routine itself including +its descendants. .PP Finally, an index of the function names is provided. .SH OPTIONS |