Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_utils.cpp101 pinfo.cpuCount += 1; in ParseFile()
137 if (pinfo.ramCount == 0 || pinfo.cpuCount == 0) { in CalcProcInfoFromFile()
144 info.cpuAvg = pinfo.cpuTotal / pinfo.cpuCount; in CalcProcInfoFromFile()
H A Dusb_utils.h38 int32_t cpuCount; member