diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-04-13 00:23:01 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-04-13 00:23:01 (GMT) |
commit | 4f3980d3cb7d20aa41c433cdd973a82853d8510a (patch) | |
tree | 34027946092f4b6a2f7ecb746f59f5a01df1844e /Doc/lib | |
parent | f4e5bd9df540aa5b24e47d03dbb798ed277793f7 (diff) | |
download | cpython-4f3980d3cb7d20aa41c433cdd973a82853d8510a.zip cpython-4f3980d3cb7d20aa41c433cdd973a82853d8510a.tar.gz cpython-4f3980d3cb7d20aa41c433cdd973a82853d8510a.tar.bz2 |
Added a test main to the pstats library that can help you browse profile dumps.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libprofile.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 335c02f..f206a16 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -220,6 +220,11 @@ p.print_callees() p.add('fooprof') \end{verbatim} +Invoked as a script, the \module{pstats} module is a statistics +browser for reading and examining profile dumps. It has a simple +line-oriented interface (implemented using \module{cmd}) and +interactive help. + \section{What Is Deterministic Profiling?} \nodename{Deterministic Profiling} |