Rev 6363 | Rev 7888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6363 | Rev 7077 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !distribute items $wims_debug_info into v_1,v_2,v_3,cpu_1,cpu_2,c_,f_,e_ |
2 | !distribute items $wims_debug_info into v_1,v_2,v_3,cpu_1,cpu_2,c_,f_,e_ |
3 | <div |
3 | <div class="wims_debug_mode"> |
4 | <!--$wims_session--> |
4 | <!--$wims_session--> |
- | 5 | <p> |
|
5 |
|
6 | The server is under debug mode. Your session: $wims_session. <br /> |
6 | Variable buffer: $v_1 bytes used by $v_2 variables + $v_3 freed chunks. <br /> |
7 | Variable buffer: $v_1 bytes used by $v_2 variables + $v_3 freed chunks. <br /> |
7 | $f_ files read, $c_ cached, $e_ cmds executed. <br /> |
8 | $f_ files read, $c_ cached, $e_ cmds executed. <br /> |
8 | Processing time $cpu_1 seconds, CPU usage $cpu_2 seconds. <br /> |
9 | Processing time $cpu_1 seconds, CPU usage $cpu_2 seconds. <br /> |
9 | 10 | </p> |
|
10 | !if $wims_exec_error!=$empty |
11 | !if $wims_exec_error!=$empty |
11 | <pre>$wims_exec_error</pre> |
12 | <pre>$wims_exec_error</pre> |
12 | !endif |
13 | !endif |
13 | </div> |
14 | </div> |