Circle Benchmark
02-Jun-86 00:35:23
Sb: #21309-Circle Benchmark
Fm: Bruce Webster 75166,1717
To: scott drysdale 72127,1510
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
There are actually two system calls you can make for timing purposes. One is
the Intuition call, CurrentTime(&secs,µs); the other, shown in the code,
is DoIO() with a timerequest structure. The latter is supposed to be more
accurate, but I didn't notice much of a difference between the two. bfw