mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 13:15:55 +02:00
Use timer_getCycleClock in likwidMetric
This commit is contained in:
parent
c1395ec2ed
commit
8daa3701b9
@ -190,12 +190,8 @@ func getBaseFreq() float64 {
|
||||
}
|
||||
|
||||
if math.IsNaN(freq) {
|
||||
C.power_init(0)
|
||||
info := C.get_powerInfo()
|
||||
if float64(info.baseFrequency) != 0 {
|
||||
freq = float64(info.baseFrequency)
|
||||
}
|
||||
C.power_finalize()
|
||||
C.timer_init()
|
||||
freq = float64(C.timer_getCycleClock()) / 1e3
|
||||
}
|
||||
return freq * 1e3
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user