Go to file
spx be3b4114bb - Added the function that measures the CPU usage for multi core/processors.
For instance:

[MeasureCPU]
Measure=CPU

[MeasureCPU1]
Measure=CPU
Processor=1

[MeasureCPU2]
Measure=CPU
Processor=2

MeasureCPU returns the average of the CPU usage across all core/processors. This is same as Processor=0.

MeasureCPU1/2 returns the CPU usage of each core/processor.

-----

- Fixed the problem that the correct value is not returned if the Interface=0 in NetIn/NetOut/NetTotal measure. The cause of this problem is because the value of all filter devices is summed in Vista or newer.

-----

- Added the option (Debug) for debug logging. This must be put under [Rainmeter]-section in Rainmeter.ini.

This option specifies whether extra debugging log from Rainmeter.dll is output to Rainmeter.log.

[Rainmeter]
Debug=1

Default is 0.

-----

- Application: Fixed a wrong return value type from MainWndProc.
2010-02-13 03:07:34 +00:00
Application - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
Library - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
Plugins Changed behavior so as not to indicate the error message box when DynamicVariables is 1 and FontSize is 0. (issue 126) 2010-02-04 07:16:22 +00:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.sln Reverted the changes from r209. 2009-09-04 16:37:51 +00:00
README.md Initial directory structure. 2009-02-10 18:09:59 +00:00
revision-number.h Updated the version numbers for the new beta. 2010-01-24 17:31:15 +00:00