Re: Milliseconds in OS X?
Re: Milliseconds in OS X?
- Subject: Re: Milliseconds in OS X?
- From: Timothy Bates <email@hidden>
- Date: Sun, 24 Mar 2002 14:57:32 +1100
Cool hack!
Now all we need is something with an overhead of less than 40 msecs (the
inter-call time on my G4DP533)
On 23/3/02 3:12 PM, "bill" <email@hidden> wrote:
>
An interesting exploit this morning:
>
Is it a potential "ticks" in OS X?
>
>
on markTime()
>
try
>
do shell script "defaults read b"
>
on error errorText
>
text 12 thru 23 of errorText
>
end try
>
end markTime
>
>
set timeList to {}
>
repeat 10 times
>
set end of timeList to my markTime()
>
end repeat
>
TimeList
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.