aboutsummaryrefslogtreecommitdiffstats
path: root/lib/profiler.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/profiler.rb: Specify frozen_string_literal: true.kazu2017-01-181-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/profiler.rb: Document Profiler__ methodszzak2013-05-191-0/+9
* profiler.rb: block callsnobu2013-02-031-2/+2
* profiler.rb: split PROFILE_PROCnobu2013-02-031-21/+21
* profiler.rb: concurrent-executionnobu2012-12-231-8/+25
* profiler.rb: Wrapper for BasicObjectnobu2012-12-231-23/+19
* profiler.rb: TracePointnobu2012-12-231-7/+7
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-181-3/+11
* Clean whitespacedrbrain2012-02-231-18/+18
* * lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.drbrain2012-02-231-0/+59
* * lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu2008-07-091-1/+1
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-1/+1
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-081-29/+29
* * object.c (Init_Object): should not remove Class#allocate.matz2002-12-201-0/+59