yunomi icon indicating copy to clipboard operation
yunomi copied to clipboard

Y U NO MEASURE IT - A Python metrics library

Results 3 yunomi issues
Sort by recently updated
recently updated
newest added

This patch adds Deferred support to `time_calls` and `hist_calls` by a wrapper function. Instead of updating the timer or updating with the result upon calling it (which, will be a...

This is helpful when you want to meter instance methods with the same name on different classes. A class based view in Django would be an example fitting the problem....