calculate program execution time in embedded device from python code

99 Views Asked by At

I have a python program which I want to deploy in an MCU. Before selecting an MCU for this task, i want to estimate the absolute base requirements for the MCU. On a M1 pro chip the self CPU execution time is 231.259ms and used memory is 16mb. How do I find out the number of instructions executed in python and how much time it will need to execute the program in an MCU?

0

There are 0 best solutions below