From bc76d8a232bed2e245cd3997ebd9826938f7a738 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 11 Mar 2019 11:37:17 +0000 Subject: Removed from standard library. No one maintains it from Ruby 2.0.0. [Bug #15652][ruby-core:91736] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/profile.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/profile.rb (limited to 'lib/profile.rb') diff --git a/lib/profile.rb b/lib/profile.rb deleted file mode 100644 index e58c92125b..0000000000 --- a/lib/profile.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true -require 'profiler' - -RubyVM::InstructionSequence.compile_option = { - :trace_instruction => true, - :specialized_instruction => false -} -END { - Profiler__::print_profile(STDERR) -} -Profiler__::start_profile -- cgit v1.2.3