Time Function Decorator
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
Activity
Please register or sign in to reply
A small decorator to time a function's runtime. This will be useful, as we use this for most of our Annotator.compute()
implementations.