diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-02-08 21:46:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-02-08 21:46:00 +0100 |
commit | 7dc350d0d097b61338500f8605518e215e3ef103 (patch) | |
tree | 4ef528fbd7a44545172dda69bcc143afde4a6506 /tex/context/base/trac-inf.lua | |
parent | 631393e12fad038adbe9ab8408b89a7b5335820c (diff) | |
download | context-7dc350d0d097b61338500f8605518e215e3ef103.tar.gz |
beta 2011.02.08 21:46
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r-- | tex/context/base/trac-inf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua index 79007953a..2c3aa1dec 100644 --- a/tex/context/base/trac-inf.lua +++ b/tex/context/base/trac-inf.lua @@ -149,7 +149,7 @@ function statistics.showjobstat(tag,data,n) else if not template or n > nn then template, n = format("%%-%ss - %%s",n), nn - report_statistics = logs.new("mkiv lua stats") + report_statistics = logs.reporter("mkiv lua stats") end report_statistics(format(template,tag,data)) end @@ -172,7 +172,7 @@ function statistics.runtime() end function statistics.timed(action,report) - report = report or logs.new("system") + report = report or logs.reporter("system") starttiming("run") action() stoptiming("run") |