swig/Examples/test-suite/ruby/profiletest_runme.rb
Marcelo Matus 0b945f2dd3 added profile test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-06-14 09:09:12 +00:00

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