Mercurial > repos > glogobyte > isoread
changeset 21:476121298816 draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 12:11:15 +0000 |
parents | 2eebd59cc5ea |
children | 958330b9bce3 |
files | mirgene.py |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mirgene.py Wed Oct 20 12:11:04 2021 +0000 +++ b/mirgene.py Wed Oct 20 12:11:15 2021 +0000 @@ -241,8 +241,6 @@ ############################## Detection of Both ####################################### - half = time.time() - if args.anal == "2": # Initialization of the managers between the proccesses @@ -407,8 +405,7 @@ ps_write.join() [p.join() for p in ps1_matrix] procs1.join() - print('That took {} seconds'.format(time.time() - half)) - print('That took {} seconds'.format(time.time() - starttime)) + print('Running time: {} seconds'.format(time.time() - starttime))