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