swig/Examples/test-suite/python/profiletest_runme.py
Marcelo Matus 25e1e7932a adding more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-12-01 01:17:56 +00:00

7 lines
149 B
Python

import _profiletest
#import profiletest
a = _profiletest.new_A()
b = _profiletest.new_B()
for i in range(0,10000000):
a = _profiletest.B_fn(b, a)