DagScheduler::TaskProfileData
TaskProfileData
Section titled “TaskProfileData”struct TaskProfileDataDefined in src/lib/xalgospp/scheduling/dag_scheduler.hh:328
When autotuning, TaskProfileData is used for profiling job steps.
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
count |
variable |
Declared here |
total_execution_time_ns |
variable |
Declared here |
Public Attributes
Section titled “Public Attributes”| 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
total_execution_time_ns
Section titled “total_execution_time_ns”std::atomic< std::size_t > total_execution_time_ns { 0 }Defined in src/lib/xalgospp/scheduling/dag_scheduler.hh:330