finding CPU time for a specific process

C

Chris

I have a form with a textbox and i want to populate the
textbox with the CPU time for a program called program.exe
How do i specify showing only the CPU time for the one
executable I want?
 
A

Armin Zingler

Chris said:
I have a form with a textbox and i want to populate the
textbox with the CPU time for a program called program.exe
How do i specify showing only the CPU time for the one
executable I want?

Have a look at the methods
System.Diagnostics.Process.GetProcess*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top