about thread CPU usage
-
Dear all I want to log the thread CPU usage of one process in file. I have a process which includes 7 threads in it. now I want to log the CPU usage of each thread. But I dont know how to access the process and how to measure the cpu usage of each thread. Please help me about this Regards Monhi
-
Dear all I want to log the thread CPU usage of one process in file. I have a process which includes 7 threads in it. now I want to log the CPU usage of each thread. But I dont know how to access the process and how to measure the cpu usage of each thread. Please help me about this Regards Monhi
Can you not use PerfMon?
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown -
Dear all I want to log the thread CPU usage of one process in file. I have a process which includes 7 threads in it. now I want to log the CPU usage of each thread. But I dont know how to access the process and how to measure the cpu usage of each thread. Please help me about this Regards Monhi
On the examples of MSDN see Performance I think it will be helpful for you.
WhiteSky
-
Can you not use PerfMon?
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown