aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/performance
diff options
context:
space:
mode:
authorGonçalo Silva <goncalossilva@gmail.com>2011-05-10 02:49:32 +0100
committerGonçalo Silva <goncalossilva@gmail.com>2011-05-10 02:49:32 +0100
commit0304d8076adefe63b07bbc7e9f464f99ac24ca59 (patch)
tree099949971971d7318e65c0ab771aef36ff6bdf5a /activesupport/lib/active_support/testing/performance
parent83b66f5af4190043610dd7ab0e095b2093798813 (diff)
downloadrails-0304d8076adefe63b07bbc7e9f464f99ac24ca59.tar.gz
rails-0304d8076adefe63b07bbc7e9f464f99ac24ca59.tar.bz2
rails-0304d8076adefe63b07bbc7e9f464f99ac24ca59.zip
ruby-prof's awesome call stack printer is now used by default
Diffstat (limited to 'activesupport/lib/active_support/testing/performance')
-rw-r--r--activesupport/lib/active_support/testing/performance/ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance/ruby.rb b/activesupport/lib/active_support/testing/performance/ruby.rb
index 9f56a412a1..b29ec6719c 100644
--- a/activesupport/lib/active_support/testing/performance/ruby.rb
+++ b/activesupport/lib/active_support/testing/performance/ruby.rb
@@ -14,7 +14,7 @@ module ActiveSupport
else
{ :min_percent => 0.01,
:metrics => [:process_time, :memory, :objects],
- :formats => [:flat, :graph_html, :call_tree] }
+ :formats => [:flat, :graph_html, :call_tree, :call_stack] }
end).freeze
protected