Updates for profiling code
authorNeil Smith <neil.git@njae.me.uk>
Thu, 16 Feb 2017 14:04:13 +0000 (14:04 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 16 Feb 2017 14:04:13 +0000 (14:04 +0000)
.gitignore
Gemfile
Gemfile.lock

index 1f18e43e5331c38b69fa7f9ace1030ba8f5cb54c..fabe9111243faf4cd38a18203168bef1d346553b 100644 (file)
@@ -57,3 +57,7 @@ build-iPhoneSimulator/
 
 # Logs
 *.log
+
+# Profiling information
+profile.*
+
diff --git a/Gemfile b/Gemfile
index 209778e7fee0ec7d8d5fa4db4d22a3c9afc6e59e..11bf89a52eb9c7d71fc09ec4038a48e4c55daf28 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -11,4 +11,4 @@ gem 'nyaplot'
 gem 'gnuplot'
 gem 'awesome_print'
 gem 'rubyvis'
-
+gem 'ruby-prof'
index 40574db062e0760636562deb095b0b218848315a..5f8b77bcf58782ddab52d1c2ee23a7a479f931c9 100644 (file)
@@ -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