It is currently March 28th, 2024, 11:51 pm

Perfmon only every 100 not every 10 cpu frequency

Get help with creating, editing & fixing problems with skins
User avatar
deXxterlab97
Posts: 93
Joined: February 5th, 2017, 4:50 am

Perfmon only every 100 not every 10 cpu frequency

Post 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"
deXxterlab97