databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

Rename 'total elapsed time' #170

Open stolarczyk opened 4 years ago

stolarczyk commented 4 years ago

originally posted by @nsheff here: https://github.com/pepkit/looper/issues/219

### 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