diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 09:00:10 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 09:00:10 +0000 |
commit | 71ef585f4e9f0fb4e98fe0567a6af5670b25d2f9 () | |
tree | 0a57481c81883c85b9f19c7bf71a536f6342b41c /lib/profiler.rb | |
parent | bc49bc7c6b6a16d725cd1279e9021465b1307f3d (diff) |
* object.c (Init_Object): should not remove Class#allocate.
* lib/profiler.rb: separate profiling functions, without trace_func and at_exit setting. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/profiler.rb | 59 |
1 files changed, 59 insertions, 0 deletions
@@ -0,0 +1,59 @@ |