You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
Profiling firmware configurations is basically impossible right now. It would be very nice to have a way of reporting from the Arduino how much of the running time is spent in each of the modules. This could be implemented as a separate plugin that would generate code to time the update, set, and get methods of each module over some span of time and report these statistics over the serial port.