CPUinfo plugin help

Download plugin

Monitors CPU usage.

Parameter explanation:
'Decimal' Decimal place to round to (ex: -2 -> 23.45, 0 -> 23, etc...)
'ProcessorNumber' CPU to monitor

Function usage:
- Percent Usage: Current CPU usage.
- Total Processes: Number of processes currently running.
- Total Threads: Total threads.
- Total Handles: Total handles.
- Number of Processors: Number of CPUs in system.
- Top Process: Current top process. (not functional, hidden)
- Current MHz: Current speed of CPU in MHz.

Change log:
v 0224
- hid TopProcess sensor :P it will come back when it works
- fixed Decimal again, hopefully for the last time
v 0223
- error, see 0224
v 0222
- error, see 0223
v 0221
- fixed possible funky default Decimal value
v 0220
- added processor speed (in MHz) sensor
v 0214
- fixed ProcessorNumber -> "All" always display zero problem for multi-CPU rigs
v 0213
- fixed multi-CPU monitoring
v 0212
- fixed editor crash on exit
v 0210
- added in a TTimer and OnTimer event to handle data gathering
v 0200
- complete change in the way the required info is obtained
- should work in Windows 2000 as well as XP
v 0140
- added Total Processes and Total Threads sensors (still working on it)
v 0132
- finally fixed the hit it was causing to CM2 and the desktop (responsiveness)
- removed CPU Speed sensor
v 0120
- implimented Auto Update interface
v 0110
- respondes better. Thanks for the heads-up Jorge.
- added decimal parameter.
v 0100
- first release.