StringIO#each_byte now checks the current position against the length of the containe...
[rbx.git] / lib / profile.rb
blob8ce7240cac3241adbb72891b1eee748d3286e48b
1 require 'profiler'
3 at_exit do
4   Profiler__::print_profile(STDERR)
5 end
6 Profiler__::start_profile