summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-03 17:05:51 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-03 17:05:51 -0700
commit56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b (patch)
treed6d79baaa4f5b2c16efe379e11057e10e4ff9ae4 /htetc/handler.pl
parentbb1b909a073b9cc318291aefa0ed0f3743616642 (diff)
log rending time in trace files, RT#18719
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 77b9346..2e6fbe5 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;