diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-10-05 17:22:09 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-10-05 17:22:09 -0700 |
commit | 130a94291555c03ca4775596ac940bac433b9174 (patch) | |
tree | f5051bfa89a8c6899ce9fdfa9ba3e56168277476 /Gemfile | |
parent | 69cf21c8b35d7fb94775db377e810908e5fad54a (diff) | |
download | chef-130a94291555c03ca4775596ac940bac433b9174.tar.gz |
add optional ruby-profiling with --profile-ruby
dumps a large call graph into /var/chef/cache/graph_profile.out
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ group(:maintenance) do end group(:development, :test) do + # for profiling + gem "ruby-prof" gem "simplecov" gem 'rack', "~> 1.5.1" |