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

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Tue Jul 13 01:38:04 CEST 2004


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

Modified Files:
	test_profile 
Log Message:
Using repr() generates entries that the current stats package can't
collate, so setting it back to the function name


Index: test_profile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_profile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_profile	25 Jun 2004 23:31:05 -0000	1.4
--- test_profile	12 Jul 2004 23:38:02 -0000	1.5
***************
*** 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)
--- 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)



More information about the Python-checkins mailing list