webmcp

view framework/env/trace/_open_section.lua @ 274:d22b58cafebf

Removed Lua 5.1 compatibility code in webmcp_accelerator.c
author jbe
date Sat Mar 21 14:37:32 2015 +0100 (2015-03-21)
parents 0de41d8e2cf8
children 47c5f33e4a6b
line source
1 function trace._open_section(node)
2 local node = trace._new_entry(node)
3 node.section = true
4 node.start_hires_time = extos.monotonic_hires_time()
5 table.insert(trace._stack, node)
6 --trace.debug("START " .. extos.monotonic_hires_time() .. " / " .. os.clock())
7 return node
8 end

Impressum / About Us