المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : degree of multithreading(analyze)



C# Programming
05-04-2009, 10:50 AM
Hi,
I got thread details about each runnining process on the computer(start time, state, wait reason, cpu%)
and i need to determine the degree of multithreading of the process.How?

In other words,
Given the number of threads that built the process and their states,how can i determine the degree of multithreading?