Searched defs:bootTime (Results 1 – 5 of 5) sorted by relevance
275 std::vector<uint64_t> bootTime; in WriteProcessInfo() local359 uint64_t bootTime = 0; in WriteCpuUsageData() local387 bool ProcessDataPlugin::ReadBootTime(int pid, uint64_t& bootTime) in ReadBootTime()410 uint32_t ProcessDataPlugin::GetBootData(const std::string& line, uint64_t& bootTime) in GetBootData()
58 private bootTime: number = -1; property in TabPaneHisysEvents
155 …int64_t bootTime = (g_bootData.user + g_bootData.nice + g_bootData.system + g_bootData.idle + g_bo… in GetCpuData() local
131 private bootTime: number = 0; property in TabPaneCurrentSelection
232 int64_t bootTime = totalTime + (stat.idle + stat.iowait) * Hz; in GetCpuUsage() local