Searched refs:active_time (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/os/
H A Dsystem_info.cpp26 bigtime_t active_time; /* usec of doing useful work since boot */ member in struct:__anon29
88 info->cpu_infos[i].active_time = cpuInfos[i].active_time;
157 bigtime_t active_time; member in struct:__anon31
168 beta2_info->active_time = info.active_time;
/haiku/src/apps/activitymonitor/
H A DSystemInfo.h47 { return fCPUInfos[cpu].active_time; }
/haiku/src/apps/pulse/
H A DPulseView.cpp126 double cpu_time = (double)(cpuInfos[x].active_time - prev_active[x])
128 prev_active[x] = cpuInfos[x].active_time;
/haiku/headers/private/kernel/
H A Dcpu.h60 bigtime_t active_time; member in struct:cpu_ent
/haiku/src/system/kernel/
H A Dsystem_info.cpp61 gCPU[i].active_time, gCPU[i].interrupt_time, gCPU[i].irq_time);
494 bigtime_t active_time; member in struct:__anon1
506 beta2_info[i].active_time = info[i].active_time;
536 localInfo[localIdx].active_time = cpu_get_active_time(cpuIdx);
H A Dcpu.cpp171 activeTime = gCPU[cpu].active_time;
/haiku/src/kits/tracker/
H A DTaskLoop.cpp59 time += cpuInfos[index].active_time;
/haiku/src/apps/processcontroller/
H A DProcessController.cpp728 bigtime_t load = cpuInfos[x].active_time - fPrevActive[x];
732 fPrevActive[x] = cpuInfos[x].active_time;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp272 cpuEntry->active_time += active;
/haiku/headers/os/kernel/
H A DOS.h435 bigtime_t active_time; /* usec of doing useful work since boot */ member in struct:__anon9

Completed in 91 milliseconds