|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Wed Nov 07, 2007 2:07 pm
[2.10] #THREAD command seems to slow next command |
Not sure why you'd want to use this alias, but it seems that just using #THREAD by itself to examine threads makes the next command slower
made an alias called test:
Code: |
$test = %secs
#loop 100 {
#WAIT 0
#SAY %i
}
$test = %secs - $test
#say $test ms |
If I run it a few times it seems to come out around 450ms
then type #THREAD
then run test again and it comes back at 750ms, then next time it drops back to 450ish
whenever you type #THREAD then the next execution of the alias slows somewhat but then sorts itself out after |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
Seb Wizard
Joined: 14 Aug 2004 Posts: 1269
|
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Fri Nov 09, 2007 12:21 am |
Reminds me of the Futurama quantum finish in a race. Was so close that when they examined the photo they changed the result ;)
Anyways, the #thread thing is just one of those odd things that isn't too important I guess? |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
|
|