2002-12-20 04:00:10 -05:00
|
|
|
require 'profiler'
|
|
|
|
|
2007-11-16 02:29:44 -05:00
|
|
|
VM::InstructionSequence.compile_option = {
|
|
|
|
:trace_instruction => true,
|
|
|
|
:specialized_instruction => false
|
|
|
|
}
|
2002-12-20 04:00:10 -05:00
|
|
|
END {
|
|
|
|
Profiler__::print_profile(STDERR)
|
|
|
|
}
|
|
|
|
Profiler__::start_profile
|