mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
06956c696b
New port: rbprof. A faster more flexible profiler for Ruby. PR: ports/36913 Submitted by: Sean Chittenden <sean@chittenden.org>
10 lines
297 B
Ruby
10 lines
297 B
Ruby
--- aspects/profiler/lib/rbprof.rb.orig Tue Jan 29 07:45:45 2002
|
|
+++ aspects/profiler/lib/rbprof.rb Fri Oct 3 18:02:23 2003
|
|
@@ -1,5 +1,5 @@
|
|
require 'aspectr'
|
|
-require 'trap_method_definitions'
|
|
+require 'rbprof/trap_method_definitions'
|
|
|
|
class Profiler < AspectR::Aspect
|
|
def initialize
|