diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-06 21:58:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-06 21:58:15 +0000 |
commit | 974640d66e61e81cb197ad96fdff7b08343e4c5a (patch) | |
tree | 2e1f75f32f312b7f24ba82b4590ae230bcd6f399 /Master/texmf-dist/tex/context/base/mkiv/page-run.lua | |
parent | b4fa72e61230aca75f7f6fbf988821f71edfb6b2 (diff) |
context
git-svn-id: svn://tug.org/texlive/trunk@58167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/page-run.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/page-run.lua | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/page-run.lua b/Master/texmf-dist/tex/context/base/mkiv/page-run.lua index cb8cf03117f..7ad9c8d9fe0 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/page-run.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/page-run.lua @@ -186,38 +186,4 @@ function commands.showlayout(options) end -local report = logs.reporter("usage") - -function commands.showusage() - report("") - report("status after shipping out page %s",tex.getcount("realpageno")) - report("") - report(" filename : %s", status.filename) - report(" inputid : %s", status.inputid) - report(" linenumber : %s", status.linenumber) - report(" input pointer : %s", status.input_ptr) - report("") - report(" string pointer : %s of %s", status.str_ptr, status.max_strings + status.init_str_ptr) - report(" pool size : %s", status.pool_size) - report("") - report(" node memory usage : %s of %s", status.var_used, status.var_mem_max) - report(" token memory usage : %s of %s", status.dyn_used, status.fix_mem_max) - report("") - report(" cs count : %s of %s", status.cs_count, status.hash_size + status.hash_extra) - report("") - report(" stack size : %s of %s", status.max_in_stack, status.stack_size) - report(" nest size : %s of %s", status.max_nest_stack, status.nest_size) - report(" parameter size : %s of %s", status.max_param_stack, status.param_size) - report(" buffer size : %s of %s", status.max_buf_stack, status.buf_size) - report(" save size : %s of %s", status.max_save_stack, status.save_size) - report("") - report(" luabytecode bytes : %s in %s registers", status.luabytecode_bytes, status.luabytecodes) - report(" luastate bytes : %s of %s", status.luastate_bytes, status.luastate_bytes_max or "unknown") - report("") - report(" callbacks : %s", status.callbacks) - report(" indirect callbacks : %s", status.indirect_callbacks) - report(" saved callbacks : %s", status.saved_callbacks) - report(" direct callbacks : %s", status.direct_callbacks) - report(" function callbacks : %s", status.function_callbacks) - report("") -end +commands.showusage = statistics.showusage |