/tools/profile.sh

http://github.com/http-engine/HTTP-Engine · Shell · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · ce22fab85f85bc8c4efb0e09c92d0139 MD5 · raw file

  1. #!/bin/sh
  2. rm -rf nytprof
  3. rm nytprof.out
  4. perl -d:NYTProf -S ./tools/profile.pl .
  5. nytprofhtml
  6. open ./nytprof/index.html