add note suggested by rhettinger about example.

This commit is contained in:
Anthony Baxter 2003-04-07 12:21:56 +00:00
parent b3303efec6
commit cb8ed53014
1 changed files with 3 additions and 0 deletions

View File

@ -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