mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added a test main to the pstats library that can help you browse profile dumps.
This commit is contained in:
parent
f4e5bd9df5
commit
4f3980d3cb
2 changed files with 131 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue