webmcp

annotate framework/env/trace/__init.lua @ 175:20e393d2e6e1

Completed comments and minor code cleanup in JSON library; Added emergency garbage collection for memory allocation in json.export function
author jbe
date Fri Aug 01 21:54:45 2014 +0200 (2014-08-01)
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