Synopsis
Information about time spent checking for conflicts in a job and committing job outputs to disk if the job has no conflicts.
Attributes
- commit
-
Time at which emake finished conflict checks on the job. The difference between commit and wait gives the total time emake spent checking for conflicts in this job.
- start
-
Time at which emake was ready to start checking for conflicts in the job, in seconds since the start of the build.
- wait
-
Time at which emake finished waiting for the job to complete before beginning conflict checks. The difference between wait and start gives the total time emake waited for this job to finish.
- write
-
Time at which emake finished writing filesystem modifications to disk after determining the job to be free of conflicts. The difference between write and commit gives the total time emake spent writing filesystem modifications to disk for this job.