diff options
| author | Randy Morgan <[email protected]> | 2013-04-12 08:51:09 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-04-12 08:51:09 +0900 |
| commit | 91d46ca0914ec2f4fd69e5c18f20db33983f997b (patch) | |
| tree | e38c6366a24f9309b391a8bb49182a0b64c65755 /test/profile.rb | |
| parent | fb67e06a5f4087ebee347867c13aa85c7d8db56d (diff) | |
| download | caxlsx-91d46ca0914ec2f4fd69e5c18f20db33983f997b.tar.gz caxlsx-91d46ca0914ec2f4fd69e5c18f20db33983f997b.zip | |
Removed invalid usage comment from pprof days
Diffstat (limited to 'test/profile.rb')
| -rw-r--r-- | test/profile.rb | 5 |
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' |
