summaryrefslogtreecommitdiff
path: root/lib/profiler.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-23 23:15:44 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-23 23:15:44 +0000
commit480ea9ffae1b656a129f2f9f1d900d9d7d88d25e ()
tree57a4a318314f981c76b79b30087d14e449ae46a8 /lib/profiler.rb
parent774cf315e838216aa8b4c138173484aa2388c380 (diff)
* lib/profiler.rb: Add Profiler documentation by Gonzalo Rodriguez.
[Bug #5816] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/profiler.rb59
1 files changed, 59 insertions, 0 deletions
@@ -1,3 +1,62 @@
module Profiler__
# internal values
@@start = @@stack = @@map = nil