summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/trac-inf.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-12-15 10:48:33 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-12-15 10:48:33 +0100
commit377eff58f2e5c06e92619c353146324081b3b8cd (patch)
treef60c5a1ef2ed4f1b2af33a5d06f889701639b76e /tex/context/base/mkxl/trac-inf.lmt
parent939f0304347947477f1552848b7fc8d5b2852901 (diff)
downloadcontext-377eff58f2e5c06e92619c353146324081b3b8cd.tar.gz
2020-12-15 10:12:00
Diffstat (limited to 'tex/context/base/mkxl/trac-inf.lmt')
-rw-r--r--tex/context/base/mkxl/trac-inf.lmt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/trac-inf.lmt b/tex/context/base/mkxl/trac-inf.lmt
index 23000b7d0..301a56e9b 100644
--- a/tex/context/base/mkxl/trac-inf.lmt
+++ b/tex/context/base/mkxl/trac-inf.lmt
@@ -179,9 +179,10 @@ function statistics.show()
end)
register("tex properties", function()
local t = status.gethashstate()
+ local l = status.getlookupstate()
local m = status.gettexstate()
- return format("%s hash slots used of %s, approximate memory usage: %i MB",
- t.top, t.max, m.approximate // (1024 * 1024))
+ return format("%s hash slots used of %s, %s control sequences, approximate memory usage: %i MB",
+ t.top, t.max, l.ptr, m.approximate // (1024 * 1024))
end)
register("callbacks", statistics.callbacks)
-- so far