Annotation of parser3/tests/208.html, revision 1.1
1.1 ! misha 1: @main[]
! 2: $r0[$status:rusage]
! 3: $m0[$status:memory]
! 4:
! 5: ^do[]
! 6: ^do[]
! 7: ^sleep(1)
! 8:
! 9: $r1[$status:rusage]
! 10: $m1[$status:memory]
! 11:
! 12: ^memory:compact[]
! 13:
! 14: $r2[$status:rusage]
! 15: $m2[$status:memory]
! 16:
! 17: Status:<br />
! 18: time diff: ^if($r1.tv_sec*1000+$r1.tv_usec/1000-$r0.tv_sec*1000-$r0.tv_usec/1000 >= 1000){OK}{???}<br />
! 19: maxrss diff: ^if($r1.maxrss-$r0.maxrss){OK}{???}<br />
! 20: ^$r1.stime: ^if($r1.stime){OK}{???}<br />
! 21: ^$r1.utime: ^if($r1.utime){OK}{???}<br />
! 22: ^$r1.utime >= ^$r1.stime ? ^if($r1.utime >= $r1.stime){Y (OK)}{N (???)}<br />
! 23:
! 24: <br />
! 25: Memory:<br />
! 26: ^$m1.used > ^$m0.used ? ^if($m1.used > $m0.used){Y (OK)}{N (???)}<br />
! 27: ^$m1.used > ^$m2.used ? ^if($m1.used > $m2.used){Y (OK)}{N (???)}<br />
! 28: ^$m2.used >= ^$m0.used ? ^if($m2.used >= $m0.used){Y (OK)}{N (???)}<br />
! 29: <br />
! 30:
! 31: ^$m1.ever_allocated_since_start >= ^$m0.ever_allocated_since_start ? ^if($m1.ever_allocated_since_start >= $m0.ever_allocated_since_start){Y (OK)}{N (???)}<br />
! 32: ^$m2.ever_allocated_since_start >= ^$m1.ever_allocated_since_start ? ^if($m2.ever_allocated_since_start >= $m1.ever_allocated_since_start){Y (OK)}{N (???)}<br />
! 33: <br />
! 34:
! 35: ^$m1.ever_allocated_since_compact >= ^$m0.ever_allocated_since_compact ? ^if($m1.ever_allocated_since_compact >= $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />
! 36: ^$m2.ever_allocated_since_compact < ^$m0.ever_allocated_since_compact ? ^if($m2.ever_allocated_since_compact < $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />
! 37:
! 38:
! 39: @do[][i;var]
! 40: $var[^for[i](1;5000){^i.format[%4d]}]
E-mail: