function similar %timeit
-
- Posts: 22
- Joined: Sat Jun 20, 2015 11:48 am
function similar %timeit
i would calculate the time of operation. Is there any function like %timeit ?
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: function similar %timeit
This allows any function to be timed by prefixing it with a decorator https://github.com/peterhinch/micropyth ... ed_func.py
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.
Re: function similar %timeit
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
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/