summaryrefslogtreecommitdiff
path: root/lib/profile.rb
blob: 104cb205b913bfb5eb7c02c17b9dc1af2fe9a8f7 (plain)
1
2
3
4
5
6
require 'profiler'

END {
  Profiler__::print_profile(STDERR)
}
Profiler__::start_profile
date to ruby/spec@6f38a82eregon 2018-03-04Update to ruby/spec@c1b568beregon 2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon