Added some details on profiling to the README.

This commit is contained in:
ian%hixie.ch 2001-12-30 02:29:49 +00:00
parent 81ac89da4e
commit 530363a93e

View File

@ -34,3 +34,16 @@ writable by others (drwxr-xr-x).
Finally, if you are using suexec then it won't be able to stat a
symlink to Main, so delete the symlink, rename Main to nph-Main, and
then create a symlink Main that points to nph-Main.
PROFILING
run Main with -d:DProf, then use dprofpp with one of the following
arguments:
-E vs -I exclude or include child times: -E is more useful
-l vs -v vs -z sort by number of calls vs average time spent vs total time spent
-O 15 number of lines to show
-S the tree vs the list