# # profOA.rb # require 'profiler' require 'OrthogonalArray' Profiler__.start_profile OrthogonalArray.new(64).print Profiler__.print_profile(STDOUT)