Struct execution_metrics_data_impl

Struct Documentation

struct execution_metrics_data_impl

Public Members

ral::mt_size_t abort_count = {0}

# Times the task has been aborted.

ral::mt_size_t complete_count = {0}

# Times the task has been completed.

ral::mt_size_t exec_estimate = {0}
ral::mt_size_t exec_time = {}

Execution times of the task.

ral::mt_size_t interface_count = {0}

# Times at their interface.

ral::mt_size_t interface_estimate = {0}
ral::mt_size_t interface_time = {0}

Interface time of the task.