speedtest.sh 317 B

123456789
  1. #!/bin/sh
  2. # This is a small, but very useful script for finding out where to speedup a
  3. # Perl program, it will generate a fine statistics on which functions used
  4. # the most time, and how many calls which were made to it.
  5. #
  6. # I hope someone will use this and hopefully make pisg a bit faster :)
  7. dprofpp -u -p ./pisg