add note suggested by rhettinger about example.
This commit is contained in:
parent
b3303efec6
commit
cb8ed53014
|
@ -96,6 +96,9 @@ of the \class{pstats.Stats} class.
|
|||
|
||||
\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}
|
||||
|
||||
>>> import hotshot, hotshot.stats, test.pystone
|
||||
|
|
Loading…
Reference in New Issue