timer status=on table active=logs scope=parent $x = 0 While $x < 100 $x = $x + 1 $d_ltext = "xxxx" endwhile timer status=off |
timer status=on table active=logs scope=parent transaction action=begin $x = 0 While $x < 100 $x = $x + 1 $d_ltext = "xxxx" endwhile transaction action=end timer status=off |