Home
last modified time | relevance | path

Searched refs:cpTimesSize (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/plugins/cpu/
H A Dfreebsdcpuplugin.cpp54 size_t cpTimesSize = sizeof(long) * cp_times.size(); in read_cp_times() local
55 …if (readSysctl("kern.cp_times", cp_times.data(), cpTimesSize)) {//, &cpTimesSize, nullptr, 0) != -… in read_cp_times()