Home
last modified time | relevance | path

Searched refs:TaskLifeTimeAggregator (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask.h170 * @brief TaskLifeTimeAggregator structure used to save and log life time of task and execution time.
173 class TaskLifeTimeAggregator { class
175 NO_COPY_SEMANTIC(TaskLifeTimeAggregator);
176 DEFAULT_MOVE_SEMANTIC(TaskLifeTimeAggregator);
178 PANDA_PUBLIC_API TaskLifeTimeAggregator() = default;
189 PANDA_PUBLIC_API ~TaskLifeTimeAggregator() = default;
242 TaskLifeTimeAggregator lifeTimeStorage_;
H A Dtask.cpp21 void TaskLifeTimeAggregator::GetAndStoreTimeOfTaskAddingToQueue() in GetAndStoreTimeOfTaskAddingToQueue()
26 void TaskLifeTimeAggregator::GetAndStoreTimeOfTaskExecutionStart() in GetAndStoreTimeOfTaskExecutionStart()
31 void TaskLifeTimeAggregator::GetTimeOfTaskExecutionFinishAndStoreTimeStats(TaskProperties prop) in GetTimeOfTaskExecutionFinishAndStoreTimeStats()

Completed in 2 milliseconds