Average CPU Cycles is an intuitive application that will display the current and average CPU usage for any process chosen by the user. If more than one process share the same name, they will all be shown and summed.
The program is ideal for measuring the cpu usage for specific programs, to find out the total average cpu usage of a program for its entire uptime or to start measuring at a point in time you are interested in. The latter is for example useful to find out how much cpu a program uses when idle.
Requirements:
· .NET Framework 2.0
What's New in This Release: [ read full changelog ]
· Somewhat increased accuracy (it now waits for a new timer tick when pressing "Now" and before calculating anything).