[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.32,1.32.2.1
Fred L. Drake
fdrake@users.sourceforge.net
2001年6月14日 06:57:51 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17663/lib
Modified Files:
Tag: release21-maint
libprofile.tex
Log Message:
Fix an improperly placed comma.
Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -C2 -r1.32 -r1.32.2.1
*** libprofile.tex 2001年04月13日 14:34:58 1.32
--- libprofile.tex 2001年06月14日 13:57:49 1.32.2.1
***************
*** 617,621 ****
profiler will actually run equally fast!!), but the above method is
the simplest to use. I could have made the profiler ``self
! calibrating'', but it would have made the initialization of the
profiler class slower, and would have required some \emph{very} fancy
coding, or else the use of a variable where the constant \samp{.00053}
--- 617,621 ----
profiler will actually run equally fast!!), but the above method is
the simplest to use. I could have made the profiler ``self
! calibrating,'' but it would have made the initialization of the
profiler class slower, and would have required some \emph{very} fancy
coding, or else the use of a variable where the constant \samp{.00053}