pepkit / looper

A job submitter for Portable Encapsulated Projects
http://looper.databio.org
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

Rename 'total elapsed time' #219

Closed nsheff closed 4 years ago

nsheff commented 5 years ago
### Pipeline completed. Epilogue
*        Elapsed time (this run):  0:00:17
*  Total elapsed time (all runs):  0:00:13
*         Peak memory (this run):  0.0197 GB
*        Pipeline completed time: 2019-10-24 15:42:13

This doesn't make sense, of course. the total time is only the sum of actual run processes.

maybe we just make that explicit:

### Pipeline completed. Epilogue
*        Elapsed time (this run):  0:00:17
*  Total process time (all runs):  0:00:13
*         Peak memory (this run):  0.0197 GB
*        Pipeline completed time: 2019-10-24 15:42:13
nsheff commented 5 years ago

So now we distinguish between 'elapsed time' and 'process time'.

stolarczyk commented 4 years ago

transferred to https://github.com/databio/pypiper/issues/170