summaryrefslogtreecommitdiff
path: root/tex/context/base/data-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-11-26 13:31:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-11-26 13:31:00 +0100
commit82a9d3d7e785ad838f8c6d0e5d779947be0c359f (patch)
tree33ca4e34e44b085340a44436441e42798468edcc /tex/context/base/data-ini.lua
parenta57ab2d223a7bcc8e9ae57e148c30ac6e91fafdb (diff)
downloadcontext-82a9d3d7e785ad838f8c6d0e5d779947be0c359f.tar.gz
beta 2012.11.26 13:31
Diffstat (limited to 'tex/context/base/data-ini.lua')
-rw-r--r--tex/context/base/data-ini.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/tex/context/base/data-ini.lua b/tex/context/base/data-ini.lua
index 773490785..a952a29bd 100644
--- a/tex/context/base/data-ini.lua
+++ b/tex/context/base/data-ini.lua
@@ -227,9 +227,11 @@ resolvers.settrace(osgetenv("MTX_INPUT_TRACE"))
-- todo:
--- if profiler and osgetenv("MTX_PROFILE_RUN") == "YES" then
--- profiler.start("luatex-profile.log")
--- end
+if profiler then
+ directives.register("system.profile",function()
+ profiler.start("luatex-profile.log")
+ end)
+end
-- a forward definition