From 56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 3 Aug 2012 17:05:51 -0700 Subject: [PATCH] log rending time in trace files, RT#18719 --- htetc/handler.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.11.0