summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/lib/profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/lib/profile.rb')
-rw-r--r--ruby_1_9_3/lib/profile.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/ruby_1_9_3/lib/profile.rb b/ruby_1_9_3/lib/profile.rb
deleted file mode 100644
index 2aeecce908..0000000000
--- a/ruby_1_9_3/lib/profile.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'profiler'
-
-RubyVM::InstructionSequence.compile_option = {
- :trace_instruction => true,
- :specialized_instruction => false
-}
-END {
- Profiler__::print_profile(STDERR)
-}
-Profiler__::start_profile