Re: Recording the time a thread took to execute
Re: Recording the time a thread took to execute
- Subject: Re: Recording the time a thread took to execute
- From: email@hidden (Simon Fraser)
- Date: Wed, 28 May 2003 16:36:37 -0700
Tom Sutcliffe wrote:
TickCount just returns the time since system startup doesn't it? As in,
stopwatch time rather than CPU time. I tried looking at rusage.h, as
mentioned in the man page for the 'time' command but couldn't understand
it. Then I looked for the source of 'time' in the darwin repository but
couldn't find that either...
I'd suggest look at the pthread APIs first, and then maybe taking
a look at CHUD to see if that can help you.
<
http://developer.apple.com/tools/performance/>
Simon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.