]> granicus.if.org Git - python/commitdiff
add note suggested by rhettinger about example.
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 7 Apr 2003 12:21:56 +0000 (12:21 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 7 Apr 2003 12:21:56 +0000 (12:21 +0000)
Doc/lib/libhotshot.tex

index 20cdb8024a73a42192a9625dba2af0ce880e10a6..2bb5bce39771c7e0ec11b9898dd31d92f2d91e3b 100644 (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