summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-04-07 12:21:56 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-04-07 12:21:56 (GMT)
commitcb8ed53014ea04c2f1f340c720cb670c888df6bb (patch)
treed12216b2acc2180136324e9b7985d2af7eec6bfe
parentb3303efec6a0b279a0b7793bb642a5227727fb27 (diff)
downloadcpython-cb8ed53014ea04c2f1f340c720cb670c888df6bb.zip
cpython-cb8ed53014ea04c2f1f340c720cb670c888df6bb.tar.gz
cpython-cb8ed53014ea04c2f1f340c720cb670c888df6bb.tar.bz2
add note suggested by rhettinger about example.
-rw-r--r--Doc/lib/libhotshot.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libhotshot.tex b/Doc/lib/libhotshot.tex
index 20cdb80..2bb5bce 100644
--- a/Doc/lib/libhotshot.tex
+++ b/Doc/lib/libhotshot.tex
@@ -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