webmcp

annotate framework/env/trace/__init.lua @ 147:da5ab2c226dc

Fixes and documentation in json_setnull and json_length functions of JSON library
author jbe
date Wed Jul 30 22:19:34 2014 +0200 (2014-07-30)
parents 0de41d8e2cf8
children a9ad9186a922
rev   line source
jbe@41 1 trace._disabled = false
bsw@115 2 trace._tree = { type = "root", start_hires_time = extos.monotonic_hires_time() }
jbe/bsw@0 3 trace._stack = { trace._tree }

Impressum / About Us