diff options
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} |