A library to speed calculation of a function.
Project description
Speed Calculator
A library to speed calculation of a function.
Install
pip3 install speed-calculator
Using
from speed_calculator import calculate
import time
def a_function():
time.sleep(2)
print(calculate(a_function))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
speed_calculator-0.4.1.tar.gz
(2.3 kB
view hashes)