git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
114 B
Ruby
9 lines
114 B
Ruby
require 'profiletest'
|
|
|
|
a = Profiletest::A.new()
|
|
b = Profiletest::B.new()
|
|
|
|
for i in 0...1000000
|
|
a = b.fn(a)
|
|
end
|
|
|