diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-23 04:03:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-23 04:03:26 (GMT) |
commit | d21759ba47160460c7f612a47214f9a7f4622963 (patch) | |
tree | c6aa0998c322cedb75bba2093567dc369f10c3fc /Doc/libprofile.tex | |
parent | 557dea1ca28bd80b50785c9a16262a3c78e5bec0 (diff) | |
download | cpython-d21759ba47160460c7f612a47214f9a7f4622963.zip cpython-d21759ba47160460c7f612a47214f9a7f4622963.tar.gz cpython-d21759ba47160460c7f612a47214f9a7f4622963.tar.bz2 |
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
Diffstat (limited to 'Doc/libprofile.tex')
-rw-r--r-- | Doc/libprofile.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/libprofile.tex b/Doc/libprofile.tex index 52156a3..a333744 100644 --- a/Doc/libprofile.tex +++ b/Doc/libprofile.tex @@ -273,7 +273,6 @@ function automatically prints a simple profiling report, sorted by the standard name string (file/line/function-name) that is presented in each line. The following is a typical output from such a call: -\small{ \bcode\begin{verbatim} main() 2706 function calls (2004 primitive calls) in 4.504 CPU seconds @@ -285,7 +284,6 @@ ncalls tottime percall cumtime percall filename:lineno(function) 43/3 0.533 0.012 0.749 0.250 pobject.py:99(evaluate) ... \end{verbatim}\ecode -} The first line indicates that this profile was generated by the call:\\ \code{profile.run('main()')}, and hence the exec'ed string is |