diff options
Diffstat (limited to 'lib/profile.rb')
| -rw-r--r-- | lib/profile.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/profile.rb b/lib/profile.rb deleted file mode 100644 index 19275a3fd2..0000000000 --- a/lib/profile.rb +++ /dev/null @@ -1,10 +0,0 @@ -require 'profiler' - -VM::InstructionSequence.compile_option = { - :trace_instruction => true, - :specialized_instruction => false -} -END { - Profiler__::print_profile(STDERR) -} -Profiler__::start_profile |
