afsara_ben
afsara_ben

Reputation: 682

calculate program execution time in embedded device from python code

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?

Upvotes: 0

Views: 127

Answers (0)

Related Questions