summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/trac-tex.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/trac-tex.lmt')
-rw-r--r--tex/context/base/mkxl/trac-tex.lmt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/trac-tex.lmt b/tex/context/base/mkxl/trac-tex.lmt
index df125cb12..58dfb0316 100644
--- a/tex/context/base/mkxl/trac-tex.lmt
+++ b/tex/context/base/mkxl/trac-tex.lmt
@@ -105,8 +105,15 @@ interfaces.implement {
public = true,
protected = true,
actions = function(cs)
+ local n = 0
+ local m = 0
for k, v in table.sortedhash(profiled) do
logs.report("profiled", "%s : %i",k,v)
+ n = n + v
+ m = m + 1
+ end
+ if m > 0 and n > 0 then
+ logs.report("profiled", "%i profiled : %i",m,n)
end
end,
}