mirror of
https://github.com/python/cpython.git
synced 2025-09-13 20:27:05 +00:00
add note suggested by rhettinger about example.
This commit is contained in:
parent
b3303efec6
commit
cb8ed53014
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ of the \class{pstats.Stats} class.
|
||||||
|
|
||||||
\subsection{Example Usage \label{hotshot-example}}
|
\subsection{Example Usage \label{hotshot-example}}
|
||||||
|
|
||||||
|
Note that this example runs the python "benchmark" pystones. It can
|
||||||
|
take some time to run, and will produce large output files.
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
|
||||||
>>> import hotshot, hotshot.stats, test.pystone
|
>>> import hotshot, hotshot.stats, test.pystone
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue