Skip to content

Time Function Decorator

Lennart Heinbokel requested to merge feature/timeit_decorator into main

A small decorator to time a function's runtime. This will be useful, as we use this for most of our Annotator.compute() implementations.

Merge request reports