speed of on-device code #103
Replies: 1 comment
-
Below is the time it takes for the program to start up and create the tk window importing packages : 3.5500845909118652 Below is the time for each function |
Beta Was this translation helpful? Give feedback.
-
as mentioned at the end of #90, we should get the speed of each of the components of the code on the device.
the simple way is with well placed
time.time()
commands.. i.e., https://stackoverflow.com/questions/5849800/what-is-the-python-equivalent-of-matlabs-tic-and-toc-functions#5849861it would also be cool to do some profiling of the code, but that might require some other tooling..
Beta Was this translation helpful? Give feedback.
All reactions