Skip to content

DagScheduler::TaskProfileData

struct TaskProfileData

Defined in src/lib/xalgospp/scheduling/dag_scheduler.hh:328

When autotuning, TaskProfileData is used for profiling job steps.

Name Kind Owner
count variable Declared here
total_execution_time_ns variable Declared here
Return Name Description
std::atomic< std::size_t > count
std::atomic< std::size_t > total_execution_time_ns

std::atomic< std::size_t > count { 0 }

Defined in src/lib/xalgospp/scheduling/dag_scheduler.hh:329


std::atomic< std::size_t > total_execution_time_ns { 0 }

Defined in src/lib/xalgospp/scheduling/dag_scheduler.hh:330