[Python-checkins] python/dist/src/Doc/lib libsys.tex,1.69,1.70

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jun 8 04:18:18 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29830/Doc/lib

Modified Files:
	libsys.tex 
Log Message:
Patch #510695: Add TSC profiling for the VM.


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** libsys.tex	21 Mar 2004 14:10:18 -0000	1.69
--- libsys.tex	8 Jun 2004 08:17:41 -0000	1.70
***************
*** 476,479 ****
--- 476,489 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{settscdump}{on_flag}
+   Activate dumping of VM measurements using the Pentium timestamp
+   counter, if \var{on_flag} is true. Deactivate these dumps if
+   \var{on_flag} is off. The function is available only if Python
+   was compiled with \code{--with-tsc}. To understand the output
+   of this dump, read \code{Python/ceval.c}.
+ 
+   \versionadded{2.4}
+ \end{funcdesc}
+ 
  \begin{datadesc}{stdin}
  \dataline{stdout}




More information about the Python-checkins mailing list