You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: taskvine/src/manager/vine_task.h
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -117,20 +117,13 @@ struct vine_task {
117
117
timestamp_ttime_when_submitted; /**< The time at which this task was added to the queue. */
118
118
timestamp_ttime_when_done; /**< The time at which the task is mark as retrieved, after transfering output files and other final processing. */
119
119
120
-
timestamp_ttime_when_scheduling_start; /**< The time when the task starts to be considered for scheduling. */
121
-
timestamp_ttime_when_scheduling_end; /**< The time when the task is mapped to a worker and ready to be committed. */
122
-
123
120
timestamp_ttime_when_commit_start; /**< The time when the task starts to be transfered to a worker. */
124
121
timestamp_ttime_when_commit_end; /**< The time when the task is completely transfered to a worker. */
125
122
126
-
timestamp_ttime_when_get_result_start; /**< The time when the task starts to get the result from the worker. */
127
-
timestamp_ttime_when_get_result_end; /**< The time when the task gets the result from the worker. */
128
-
129
123
timestamp_ttime_when_retrieval; /**< The time when output files start to be transfered back to the manager. time_done - time_when_retrieval is the time taken to transfer output files. */
130
124
131
125
timestamp_ttime_when_last_failure; /**< If larger than 0, the time at which the last task failure was detected. */
132
126
133
-
134
127
timestamp_ttime_workers_execute_last_start; /**< The time when the last complete execution for this task started at a worker. */
135
128
timestamp_ttime_workers_execute_last_end; /**< The time when the last complete execution for this task ended at a worker. */
0 commit comments