Page 1 of 1

Perfmon only every 100 not every 10 cpu frequency

Posted: March 11th, 2017, 5:25 pm
by deXxterlab97
Performance Monitor only shows frequency in MHz accurate up to 100
While Task Manager can do every 10

What changes do I need to make. I just want to retrieve CPU Freq w/o needing to use a third party app (something already pre installed on computer)

Code: Select all

[MeasureCPUFreq]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=Processor Information
PerfMonCounter=Processor Frequency
PerfMonInstance=0,0
PerfMonDifference=0

Code: Select all

[MeterCPUFreq]
MeasureName=MeasureCPUFreq
Meter=STRING
X=120
Y=47
FontFace=#FontName#
FontColor=#FontColor#
FontSize=#FontSize#
AntiAlias=1
Text="Freq: %1"
PostFix=" Mhz"