There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This library provides a tool for logging the time and number of calls of a function in Python. It can be used as a decorator or context manager, allowing you to log the time and number of calls of a function or block of code without modifying any lines of code within the function or block.