The timer now has the option of labeling timing runs, and collect history of times per label. Can also be called with start() and end() methods, without using as a context manager.
The profiler has now methods to to compile the statistics and dump results to a file.
The timer now has the option of labeling timing runs, and collect history of times per label. Can also be called with
start()
andend()
methods, without using as a context manager.The profiler has now methods to to compile the statistics and dump results to a file.