Last updated:
0 purchases
promptdbweb 0.1.1
how_long
Simple Decorator to measure a function execution time.
Example
.. code-block:: python
from how_long import timer
@timer
def some_function():
return [x for x in range(10_000_000)]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.