summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-inf.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-10-22 01:00:14 +0300
committerMarius <mariausol@gmail.com>2010-10-22 01:00:14 +0300
commit7dda6d27d5c9957a51dbad4fca7c01b9261ec4d2 (patch)
tree7a25708509d339bed177b78359de842fa2e16908 /tex/context/base/trac-inf.lua
parent22239196756b1e1afff74003befd86150ab8013b (diff)
downloadcontext-7dda6d27d5c9957a51dbad4fca7c01b9261ec4d2.tar.gz
beta 2010.10.21 23:27
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r--tex/context/base/trac-inf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua
index 7a4c336ae..7bd7a7ca4 100644
--- a/tex/context/base/trac-inf.lua
+++ b/tex/context/base/trac-inf.lua
@@ -121,6 +121,7 @@ function statistics.show(reporter)
local total, indirect = status.callbacks or 0, status.indirect_callbacks or 0
return format("direct: %s, indirect: %s, total: %s", total-indirect, indirect, total)
end)
+ collectgarbage("collect")
register("current memory usage", statistics.memused)
register("runtime",statistics.runtime)
for i=1,#statusinfo do