diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2003-04-07 12:21:56 +0000 |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2003-04-07 12:21:56 +0000 |
| commit | cb8ed53014ea04c2f1f340c720cb670c888df6bb (patch) | |
| tree | d12216b2acc2180136324e9b7985d2af7eec6bfe /Doc/lib/libhotshot.tex | |
| parent | b3303efec6a0b279a0b7793bb642a5227727fb27 (diff) | |
| download | cpython-git-cb8ed53014ea04c2f1f340c720cb670c888df6bb.tar.gz | |
add note suggested by rhettinger about example.
Diffstat (limited to 'Doc/lib/libhotshot.tex')
| -rw-r--r-- | Doc/lib/libhotshot.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libhotshot.tex b/Doc/lib/libhotshot.tex index 20cdb8024a..2bb5bce397 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 |
