The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Plack::Middleware::Profiler::NYTProf

0.05 Sun Feb 02 21:52:00 2013
    * Don't call enable_profile twice

0.04 Sun Feb 02 19:50:00 2013
    * Fixed profiling preforked app 
      Thanks to bayashi
    * Fixed the bug profiler is destroyed when it is disabled. 
      Thanks to bayashi
    * Add notes for performance penalty of enabling this middleware.

0.03 Sun Jan 27 11:21:00 2013
    * Fixed documentation and example files based on 0.02

0.02 Sun Jan 27  3:21:00 2013
    * Added options to customize the location of profiling result files 
      and enabling profiler based on some conditions. 
    * Added profiling before/after hooks 

0.01 Sun Nov 29 23:12:50 2009
    * original version