[Python-checkins] python/dist/src/Lib/test/output test_profile, 1.1, 1.1.14.1

jhylton at users.sourceforge.net jhylton at users.sourceforge.net
Fri Apr 23 23:52:18 EDT 2004


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

Modified Files:
      Tag: ast-branch
	test_profile 
Log Message:
The new compiler has a different name for the module level.


Index: test_profile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_profile,v
retrieving revision 1.1
retrieving revision 1.1.14.1
diff -C2 -d -r1.1 -r1.1.14.1
*** test_profile	4 Oct 2001 00:58:24 -0000	1.1
--- test_profile	24 Apr 2004 03:52:16 -0000	1.1.14.1
***************
*** 5,9 ****
  
     ncalls  tottime  percall  cumtime  percall filename:lineno(function)
!         1    0.000    0.000    1.000    1.000 <string>:1(?)
          0    0.000             0.000          profile:0(profiler)
          1    0.000    0.000    1.000    1.000 profile:0(testfunc())
--- 5,9 ----
  
     ncalls  tottime  percall  cumtime  percall filename:lineno(function)
!         1    0.000    0.000    1.000    1.000 <string>:1(<module>)
          0    0.000             0.000          profile:0(profiler)
          1    0.000    0.000    1.000    1.000 profile:0(testfunc())




More information about the Python-checkins mailing list