Rev 7888 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
2 | !distribute items $wims_debug_info into v_1,v_2,v_3,cpu_1,cpu_2,c_,f_,e_ |
||
7077 | obado | 3 | <div class="wims_debug_mode"> |
7888 | obado | 4 | <p>The server is under debug mode. Your session: <strong class="wims_session">$wims_session.</strong></p> |
5 | <ul> |
||
6 | <li>Variable buffer: $v_1 bytes used by $v_2 variables + $v_3 freed chunks.</li> |
||
7 | <li>$f_ files read, $c_ cached, $e_ cmds executed.</li> |
||
8 | <li>Processing time $cpu_1 seconds, CPU usage $cpu_2 seconds.</li> |
||
9 | </ul> |
||
10 | !if $wims_exec_error!=$empty |
||
11 | <p>Execution errors:</p> |
||
12 | <pre>$wims_exec_error</pre> |
||
13 | !endif |
||
6363 | bpr | 14 | </div> |