Skip to content

Instantly share code, notes, and snippets.

@dann
Created July 26, 2008 21:26
Show Gist options
  • Select an option

  • Save dann/2695 to your computer and use it in GitHub Desktop.

Select an option

Save dann/2695 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf nytprof
rm nytprof.out
perl -d:NYTProf -S ./tools/profile.pl .
nytprofhtml
open ./nytprof/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment