From: Ivan Kohler Date: Sat, 4 Aug 2012 00:05:51 +0000 (-0700) Subject: log rending time in trace files, RT#18719 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b;ds=inline log rending time in trace files, RT#18719 --- diff --git a/htetc/handler.pl b/htetc/handler.pl index 77b93463f..2e6fbe586 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -141,7 +141,9 @@ sub handler FS::Trace->log('done'); - FS::Trace->dumpfile("%%%FREESIDE_EXPORT%%%/profile/$$.".time, $r->filename) + FS::Trace->dumpfile( "%%%FREESIDE_EXPORT%%%/profile/$$.".time, + FS::Trace->total. ' '. $r->filename + ) if FS::Trace->total > 5; #10? FS::Trace->reset;