diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-11 08:37:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-11 08:37:02 +0000 |
commit | 4814830da2babe3f919d3c0331014c60b7a8ce07 (patch) | |
tree | 3cf13a892033b4875649c98e40b3c9558660118d | |
parent | 26ca3a4ec6b07290445c8e097cad7c8d15dd0203 (diff) | |
download | zsh-4814830da2babe3f919d3c0331014c60b7a8ce07.tar.gz zsh-4814830da2babe3f919d3c0331014c60b7a8ce07.tar.xz zsh-4814830da2babe3f919d3c0331014c60b7a8ce07.zip |
Mikael: missing descendants
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/mod_zprof.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fe9bfb30a..4ad0b5d95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-11 Peter Stephenson <pws@csr.com> + + * 25143: Mikael: Doc/Zsh/mod_zprof.yo: missing descendants. + 2008-06-10 Peter Stephenson <p.w.stephenson@ntlworld.com> * Mikael: 25146: Src/Zle/compmatch.c: diff --git a/Doc/Zsh/mod_zprof.yo b/Doc/Zsh/mod_zprof.yo index cd06dd310..cab66dee4 100644 --- a/Doc/Zsh/mod_zprof.yo +++ b/Doc/Zsh/mod_zprof.yo @@ -22,7 +22,7 @@ other parts of the list in suffixes of the form `tt([)var(num)tt(])'), then the number of calls made to the function. The next three columns list the time in milliseconds spent in the function and its descendants, the average -time in milliseconds spent in the function and its descendents per +time in milliseconds spent in the function and its descendants per call and the percentage of time spent in all shell functions used in this function and its descendants. The following three columns give the same information, but counting only the time spent in the function |