Hi, On MS Windows there's a Process Explorer that allows you to monitor the CPU usage of each thread in an application, which can be quite useful. Googling the topic I did find a code snippet showing how to query this information on OS X, but no ready-to-use utility that displays this information top-like. Does such a utility exist? Thanks, R.