Andrew Conlin a5475a460b [2024-12-17] Allow for multiple timing operations
- Return `Init` object from `tic`, and accept it in `toc`. This
overrides the internal class time.
- Return results from `toc` to remove need for class instantiation in
Python.
- Print elapsed time in seconds by default when `toc` is called.
2024-12-17 10:11:31 +00:00
..