From 1030936a9ffb9d9183aa5c644e21e526b336d11f Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 16 Feb 2017 14:04:13 +0000 Subject: [PATCH] Updates for profiling code --- .gitignore | 4 ++++ Gemfile | 2 +- Gemfile.lock | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f18e43..fabe911 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,7 @@ build-iPhoneSimulator/ # Logs *.log + +# Profiling information +profile.* + diff --git a/Gemfile b/Gemfile index 209778e..11bf89a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem 'nyaplot' gem 'gnuplot' gem 'awesome_print' gem 'rubyvis' - +gem 'ruby-prof' diff --git a/Gemfile.lock b/Gemfile.lock index 40574db..5f8b77b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,6 +21,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) rbczmq (1.7.9) + ruby-prof (0.16.2) rubyvis (0.6.1) slop (3.6.0) @@ -35,6 +36,7 @@ DEPENDENCIES nyaplot pry rbczmq + ruby-prof rubyvis BUNDLED WITH -- 2.34.1