/trunk/Examples/test-suite/ruby/profiletest_runme.rb
# · Ruby · 20 lines · 7 code · 5 blank · 8 comment · 1 complexity · e59b285f5fdd5d6d8c9e2631162f6829 MD5 · raw file
- #!/usr/bin/env ruby
- #
- # Put description here
- #
- #
- #
- #
- #
- require 'swig_assert'
- require 'profiletest'
- a = Profiletest::A.new()
- b = Profiletest::B.new()
- for i in 0...1000000
- a = b.fn(a)
- end