Question

I am looking for an OS level API to account for cycles consumed by a specific thread in OSX.

This is similar to this question (and answer) but in OSX.

Was it helpful?

Solution

You should be able to get this info from the thread_basic_info structure, returned by a call to thread_info.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top