webmcp

view framework/env/trace/__init.lua @ 159:ddb9b9b0d210

Removed json.isnull function from JSON library (use json.type(...) == "null" instead)
author jbe
date Thu Jul 31 03:54:57 2014 +0200 (2014-07-31)
parents 0de41d8e2cf8
children a9ad9186a922
line source
1 trace._disabled = false
2 trace._tree = { type = "root", start_hires_time = extos.monotonic_hires_time() }
3 trace._stack = { trace._tree }

Impressum / About Us