Skip to content

Commit

Permalink
Faster lineprof, requires Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 20, 2014
1 parent fc1d12d commit f65c131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lineprof
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby -n
#!/usr/bin/ruby --disable-gems -n
# Annotates each line of input with the number of milliseconds elapsed since
# the last line. Useful for figuring out slow points of output-producing programs.

Expand Down

0 comments on commit f65c131

Please sign in to comment.