Searched refs:TASK_CPU_TIME (Results 1 – 4 of 4) sorted by relevance
49 static constexpr char TASK_CPU_TIME[] = "cpuDuration"; variable
190 DECLARE_NAPI_GETTER(TASK_CPU_TIME, GetCPUDuration), in GenerateTask()939 return GetTaskDuration(env, cbinfo, TASK_CPU_TIME); in GetCPUDuration()
1276 } else if (durationType == TASK_CPU_TIME) { in GetTaskDuration()
1056 auto cpuTime = taskManager.GetTaskDuration(id, TASK_CPU_TIME);1061 cpuTime = taskManager.GetTaskDuration(id, TASK_CPU_TIME);