timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

"Run on" timestamp incorrect when using Devel::NYTProf::Apache #100

Open leto opened 8 years ago

leto commented 8 years ago

It seems that the "Run on" timestamp on the upper right corner of the main NYTProf report page tells you when Apache was last restarted, not when the code in the report actually ran.

Devel::NYTProf = 6.03 Perl = 5.10.1 Apache = 2.2.15 Linux = 4.1.5-x86_64

Devel::NYTProf::Apache is really awesome and has saved me lots of time. Thanks!