import source from 1.3.40
[external/swig.git] / Examples / test-suite / ruby / profiletest_runme.rb
1 #!/usr/bin/env ruby
2 #
3 # Put description here
4 #
5
6
7
8 #
9
10 require 'swig_assert'
11
12 require 'profiletest'
13
14 a = Profiletest::A.new()
15 b = Profiletest::B.new()
16
17 for i in 0...1000000
18   a = b.fn(a)
19 end
20