http://qs321.pair.com?node_id=11113904

feumw has asked for the wisdom of the Perl Monks concerning the following question:

I installed Devel::NYTProf. I added
PerlSetEnv NYTPROF file=/tmp/nytprof.out <Perl> use Devel::NYTProf::Apache; </Perl>
into my vhost config and it seems to be loaded fine. I don't find a file at /tmp/nytprof.out instead i have a folder with subfolder and finally some nytprof.out files. My problem is: when I stop the apache everything is gone.

How do I now get an output file I can use with nytprofhtml to get the html view of my results?