Home
last modified time | relevance | path

Searched refs:executedTaskCountVal (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/
Dsimple_task_statistics_impl.cpp52 … size_t executedTaskCountVal = taskPropertiesCounterMap_.at(TaskStatus::EXECUTED).at(properties); in GetCountOfTaskInSystem() local
55 ASSERT(addedTaskCountVal >= executedTaskCountVal + poppedTaskCountVal); in GetCountOfTaskInSystem()
56 inSystemTasksCount += addedTaskCountVal - executedTaskCountVal - poppedTaskCountVal; in GetCountOfTaskInSystem()
68 size_t executedTaskCountVal = taskPropertiesCounterMap_.at(TaskStatus::EXECUTED).at(properties); in GetCountOfTasksInSystemWithTaskProperties() local
71 ASSERT(addedTaskCountVal >= executedTaskCountVal + poppedTaskCountVal); in GetCountOfTasksInSystemWithTaskProperties()
72 return addedTaskCountVal - executedTaskCountVal - poppedTaskCountVal; in GetCountOfTasksInSystemWithTaskProperties()