From 731aa0d0a886bef3fc6a8591e706d7284a4f8cb8 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 16 Nov 2007 07:29:44 +0000 Subject: * include/ruby/ruby.h: added some declarations for event hooks. * lib/profile.rb: set VM::InstructionSequence.compile_option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/profile.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/profile.rb') diff --git a/lib/profile.rb b/lib/profile.rb index 104cb205b9..19275a3fd2 100644 --- a/lib/profile.rb +++ b/lib/profile.rb @@ -1,5 +1,9 @@ require 'profiler' +VM::InstructionSequence.compile_option = { + :trace_instruction => true, + :specialized_instruction => false +} END { Profiler__::print_profile(STDERR) } -- cgit v1.2.3