[Python-checkins] python/dist/src/Lib/test/output test_profile, 1.3, 1.4

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Fri Jun 25 19:31:09 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23805/Lib/test/output

Modified Files:
	test_profile 
Log Message:
Massive performance improvement for C extension and builtin tracing code


Index: test_profile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_profile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_profile	24 Mar 2004 21:57:09 -0000	1.3
--- test_profile	25 Jun 2004 23:31:05 -0000	1.4
***************
*** 5,11 ****
  
     ncalls  tottime  percall  cumtime  percall filename:lineno(function)
!        12    0.000    0.000    0.012    0.001 :0(hasattr)
!         8    0.000    0.000    0.000    0.000 :0(range)
!         1    0.000    0.000    0.000    0.000 :0(setprofile)
          1    0.000    0.000    1.000    1.000 <string>:1(?)
          0    0.000             0.000          profile:0(profiler)
--- 5,11 ----
  
     ncalls  tottime  percall  cumtime  percall filename:lineno(function)
!        12    0.000    0.000    0.012    0.001 :0(<built-in function hasattr>)
!         8    0.000    0.000    0.000    0.000 :0(<built-in function range>)
!         1    0.000    0.000    0.000    0.000 :0(<built-in function setprofile>)
          1    0.000    0.000    1.000    1.000 <string>:1(?)
          0    0.000             0.000          profile:0(profiler)




More information about the Python-checkins mailing list