profiling
Posted: Fri Oct 03, 2014 4:13 pm
I started writing a simple profiler:
https://github.com/turbinenreiter/micropython-uprofile
Before I did that, I looked into porting 'profile' from Cpython, which is a profiler written in python. However, it relies on 'compile', which isn't implemented yet.
In the meantime, this little helper may be useful.
https://github.com/turbinenreiter/micropython-uprofile
Before I did that, I looked into porting 'profile' from Cpython, which is a profiler written in python. However, it relies on 'compile', which isn't implemented yet.
In the meantime, this little helper may be useful.