osu-uwrt / maelstrom_firmware

Everything electrical and non-hardware
1 stars 13 forks source link

Copro timing analysis #47

Open blaine141 opened 5 years ago

blaine141 commented 5 years ago

Find some way to analyze what takes how much time on the copro. Is it being maxed out? what takes the longest? Is the sensor caching making things faster or slower?

blaine141 commented 4 years ago

Found this info online about optimizing micropython. Mostly involves removing unnecessary memory operations by using things such as fixed length buffers or constants.