Page 1 of 1

function similar %timeit

Posted: Fri Aug 19, 2016 5:28 pm
by stmfresser
i would calculate the time of operation. Is there any function like %timeit ?

Re: function similar %timeit

Posted: Sat Aug 20, 2016 5:35 am
by pythoncoder
This allows any function to be timed by prefixing it with a decorator https://github.com/peterhinch/micropyth ... ed_func.py

Re: function similar %timeit

Posted: Sat Aug 20, 2016 1:20 pm
by pfalcon
It's unclear what "%timeit" is. The port standard of standard Python module "timeit" exists in micropython-lib: https://github.com/micropython/micropyt ... ter/timeit