summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-04-12 08:51:09 +0900
committerRandy Morgan <[email protected]>2013-04-12 08:51:09 +0900
commit91d46ca0914ec2f4fd69e5c18f20db33983f997b (patch)
treee38c6366a24f9309b391a8bb49182a0b64c65755 /test
parentfb67e06a5f4087ebee347867c13aa85c7d8db56d (diff)
downloadcaxlsx-91d46ca0914ec2f4fd69e5c18f20db33983f997b.tar.gz
caxlsx-91d46ca0914ec2f4fd69e5c18f20db33983f997b.zip
Removed invalid usage comment from pprof days
Diffstat (limited to 'test')
-rw-r--r--test/profile.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/profile.rb b/test/profile.rb
index 91b0507f..ffe057e4 100644
--- a/test/profile.rb
+++ b/test/profile.rb
@@ -1,10 +1,5 @@
#!/usr/bin/env ruby -s
-# Usage:
-# > ruby test/profile.rb
-# > pprof.rb --gif /tmp/axlsx > /tmp/axlsx.gif
-# > open /tmp/axlsx_noautowidth.gif
-
$:.unshift "#{File.dirname(__FILE__)}/../lib"
require 'axlsx'
require 'ruby-prof'