Searched defs:bootTime (Results 1 – 6 of 6) sorted by relevance
78 uint64_t bootTime = GetBootTime(); in ReadGpuDataArray() local180 …uint64_t bootTime = (static_cast<uint64_t>(ts.tv_sec) * nanoSeconds + static_cast<uint64_t>(ts.tv_… in GetBootTime() local
293 std::vector<uint64_t> bootTime; in WriteProcessInfo() local377 uint64_t bootTime = 0; in WriteCpuUsageData() local408 bool ProcessDataPlugin::ReadBootTime(int pid, uint64_t& bootTime) in ReadBootTime()431 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
241 int64_t bootTime = totalTime + (stat.idle + stat.iowait) * Hz; in GetCpuUsage() local
168 private bootTime: number = 0; property in TabPaneCurrentSelection