diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-02-18 17:17:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-02-18 17:17:00 +0100 |
commit | 18e7114e3c95f724407c6698181e6f1002ad589b (patch) | |
tree | d27e3ae25d258de646755693e8c1d939a4eb40c3 /tex/context/base/trac-inf.lua | |
parent | c4b239b7d8f3e478e14d17ef0d9127c596f99210 (diff) | |
download | context-18e7114e3c95f724407c6698181e6f1002ad589b.tar.gz |
beta 2011.02.18 17:17
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r-- | tex/context/base/trac-inf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua index 2c3aa1dec..5719b953f 100644 --- a/tex/context/base/trac-inf.lua +++ b/tex/context/base/trac-inf.lua @@ -120,7 +120,7 @@ function statistics.show(reporter) end) register("callbacks", function() local total, indirect = status.callbacks or 0, status.indirect_callbacks or 0 - return format("direct: %s, indirect: %s, total: %s", total-indirect, indirect, total) + return format("%s direct, %s indirect, %s total", total-indirect, indirect, total) end) collectgarbage("collect") register("current memory usage", statistics.memused) |