degree of multithreading [modified]
-
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?
modified on Monday, May 4, 2009 1:43 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?
modified on Monday, May 4, 2009 1:43 AM
that is easy, first you define "degree of multithreading" using whatever terms you deem useful and relevant, and once that is clear and unambiguous, you write code to the same effect. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in
-
that is easy, first you define "degree of multithreading" using whatever terms you deem useful and relevant, and once that is clear and unambiguous, you write code to the same effect. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in