summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-05 20:32:20 +0000
committerSteven Barth <steven@midlink.org>2008-09-05 20:32:20 +0000
commite63d3f03eb1360c1d2c1bc58a343e2e8adc78ace (patch)
tree6e0d116d4bd3018947186d52d5d14b13c37b9313 /libs/web
parentc08c0fdedea94c7e8695ec13b22bf9a25a656478 (diff)
Added memory tracer
Diffstat (limited to 'libs/web')
-rw-r--r--libs/web/luasrc/dispatcher.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua
index fd2be1eb4..12093fe7a 100644
--- a/libs/web/luasrc/dispatcher.lua
+++ b/libs/web/luasrc/dispatcher.lua
@@ -112,11 +112,14 @@ function httpdispatch(request)
end
luci.http.close()
+
+ --context._disable_memtrace()
end
--- Dispatches a LuCI virtual path.
-- @param request Virtual path
function dispatch(request)
+ --context._disable_memtrace = require "luci.debug".trap_memtrace()
local ctx = context
ctx.path = request