ericcfields / pytictoc

MATLAB style tic and toc timing for Python
Other
7 stars 2 forks source link

Add default messages, stream destinations, and timer mocking to the TicToc object. #5

Open mbarnathan opened 1 year ago

mbarnathan commented 1 year ago

Added some options to the TicToc class to make it more useful in a wider variety of situations, especially under context managers.

Also more testing, with the existing integration test able to run from any directory now.