8 Commits

Author SHA1 Message Date
2219a148fd [2024-12-19] Suppress warning about implicit default 2024-12-19 09:43:22 +00:00
47f7beb14c [2024-12-18] Rename results class in Python, Results -> results 2024-12-18 16:08:53 +00:00
2a3087ad35 [2024-12-18] Update Rust tests, add relevant derives to Results 2024-12-18 13:55:35 +00:00
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
c47dd577f5 [2024-12-16] Changing to mod syntax in Rust 2024-12-16 11:09:34 +00:00
fa055714b6 [19/11/23] Adding tests and exception for bad syntax 2023-11-19 21:20:09 +00:00
1631868a5f [15/11/23] Slight rejig to ensure results are consistent 2023-11-15 11:00:30 +00:00
041ab27ee3 [05/11/23] Initial commit 2023-11-05 12:13:16 +00:00