Windows – Getting a per thread CPU statistics

central-processing-unitwindows

How do I get the current usage of CPU for each thread in a specific application? Is it possible to get that information from somewhere or using some tool?

Best Answer

For a quick answer use SysInternal's Process Explorer. Double click on a process to open the details dialogue. the threads tab gives a sortable list of all threads including context switch delta and CPU time.

Related Topic