added profile test

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-06-14 09:09:12 +00:00
commit 2ae6c092a8
4 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import _profiletest
#import profiletest
a = _profiletest.new_A()
b = _profiletest.new_B()
for i in range(0,1000000):
a = _profiletest.B_fn(b, a)