webmcp
log framework/env/trace/_render_sub_tree.lua
| age | author | description | 
|---|---|---|
| 2015-03-22 | jbe | merge | 
| 2015-03-22 | bsw | Improved trace time output | 
| 2015-03-22 | jbe | Added commas to time-triple output of trace system | 
| 2015-03-22 | jbe | Bugfixes regarding time triples in trace._render_sub_tree(...) | 
| 2015-03-22 | jbe | Fixed wrong variable name in trace._render_sub_tree(...) | 
| 2015-03-22 | jbe | Time triple (cpu/db/total) for trace system | 
| 2015-03-22 | jbe | Removed CPU string from trace output | 
| 2015-03-22 | jbe | Fixed typo in trace._render_sub_tree(...) | 
| 2015-03-22 | jbe | Trace real time and CPU time | 
| 2015-03-22 | jbe | Added factor 1000 to display milliseconds correctly | 
| 2015-03-22 | jbe | Bugfix: Print execution time of SQL statements also in case when no error occurred | 
| 2015-03-22 | jbe | Always enable SQL tracer (within framework/env/__init.lua); Record execution time of SQL statements | 
| 2015-02-27 | jbe | Finished removing all references to cgi module (except demo-app); Removed partial loading mechanism | 
| 2014-07-10 | bsw | Added time protocol to trace system |