Changeset 949339b for doc/theses/andrew_beach_MMath/code/throw-with.py
- Timestamp:
- Sep 27, 2021, 2:09:55 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- cc287800
- Parents:
- 4e28d2e9 (diff), 056cbdb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/code/throw-with.py
r4e28d2e9 r949339b 43 43 44 44 end_time = thread_time_ns() 45 print('Run-Time (s) {:.1f}:'.format((end_time - start_time) / 1_000_000_000.))45 print('Run-Time (s): {:.1f}'.format((end_time - start_time) / 1_000_000_000.)) 46 46 47 47
Note:
See TracChangeset
for help on using the changeset viewer.