Id: 307996; Nick: Daveoh; Timestamp: 2008-11-17 13:29:18; Pasted as: mIRC
Description: apparently works using a unique timer name
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
alias -l timed.checks {
  var -s %s = $1
  timer $+ $+($r(a,z),.,$r(a,z),.,$r(a,z)) 1 10 timed.checks %s
}
 
alias starttest {
  var %i = 5
  while (%i) {
    var %s = $+($r(a,z),.,$r(a,z),.,$r(a,z))
    timer $+ %s 1 10 timed.checks %s
    dec %i
  }
  testtime
}
 
alias -l testtime { .timer 1 1 echo -sgt $!calc( $!ticks - $ticks ) ms $chr(124) testtime }
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.