Mercurial > repos > glogobyte > isoread
comparison mirgene.py @ 28:537dcf5b0133 draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:40:26 +0000 |
parents | 476121298816 |
children | d119424f67b6 |
comparison
equal
deleted
inserted
replaced
27:6e365f2eb24a | 28:537dcf5b0133 |
---|---|
403 [p.start() for p in ps1_matrix] | 403 [p.start() for p in ps1_matrix] |
404 | 404 |
405 ps_write.join() | 405 ps_write.join() |
406 [p.join() for p in ps1_matrix] | 406 [p.join() for p in ps1_matrix] |
407 procs1.join() | 407 procs1.join() |
408 print('Running time: {} seconds'.format(time.time() - starttime)) | 408 print('Running time: {} seconds'.format(round(time.time() - starttime,2))) |
409 | 409 |
410 | 410 |
411 | 411 |
412 | 412 |
413 | 413 |
414 | 414 |
415 | 415 |
416 | 416 |