Microseconds and Carbon
Microseconds and Carbon
- Subject: Microseconds and Carbon
- From: Matt Ronge <email@hidden>
- Date: Mon, 04 Feb 2002 19:54:38 -0600
Hello,
I'm trying to measure microseconds for some benchmarking and it appears as
though the only way to measure microseconds is via Carbon.
Because I found this:
Mac OS X Header: "CoreServices/CoreServices.h"
void Microseconds (
UnsignedWide *microTickCount
);
I have no idea how to call a Carbon function from Cocoa. CoreServices.h is
included in Cocoa apps isn't it?
If I try this:
UnsignedWide temp;
Microseconds(temp);
I get an error that temp is an incompatible type, so I tried a double with
no luck. Sorry for my newbieness and thanks in advance,
--
Matt Ronge
President
Monkeybread Software
http://www.monkeybreadsoftware.com