jyore / pymetrics

This library provides ways to benchmark and get performance metrics for your code in an unobtrusive way by providing Python decorators. The use of decorators allows you to simply add markup to your methods or functions that you wish to test with no need to change your current code flow!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymetrics

This library provides ways to benchmark and get performance metrics for your code in an unobtrusive way by providing Python decorators. The use of decorators allows you to simply add markup to your methods or functions that you wish to test with no need to change your current code flow!

Full documentation at: http://jyore.com/opensource/python/pymetrics/

About

This library provides ways to benchmark and get performance metrics for your code in an unobtrusive way by providing Python decorators. The use of decorators allows you to simply add markup to your methods or functions that you wish to test with no need to change your current code flow!

License:MIT License


Languages

Language:Python 100.0%