Searched refs:fCPUInfos (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DSystemInfo.h47 { return fCPUInfos[cpu].active_time; }
49 { return fCPUInfos[cpu].current_frequency; }
69 cpu_info* fCPUInfos; member in class:SystemInfo
H A DSystemInfo.cpp27 fCPUInfos = new cpu_info[fSystemInfo.cpu_count];
28 get_cpu_info(0, fSystemInfo.cpu_count, fCPUInfos);
43 delete[] fCPUInfos;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.h122 CPUInfo* fCPUInfos; member in class:ModelLoader
H A DModelLoader.cpp329 fCPUInfos(NULL),
338 delete[] fCPUInfos;
377 fCPUInfos = new(std::nothrow) CPUInfo[kMaxCPUCount];
378 if (fCPUInfos == NULL)
412 delete[] fCPUInfos;
413 fCPUInfos = NULL;
510 fModel->CPUAt(i)->SetIdleTime(fCPUInfos[i].idleTime);
1341 fCPUInfos[cpu].idleTime += time;

Completed in 53 milliseconds