From cb8ed53014ea04c2f1f340c720cb670c888df6bb Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Mon, 7 Apr 2003 12:21:56 +0000 Subject: [PATCH] add note suggested by rhettinger about example. --- Doc/lib/libhotshot.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libhotshot.tex b/Doc/lib/libhotshot.tex index 20cdb8024a7..2bb5bce3977 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