Monitoring processor usage on an arduino board
hello everyone.
i have question have note been able find answer yet.
i able monitor processor usage on board quantitively given sketch have loaded, sort of how pc report cpu usage in % format.
modifications sketch fine solution. not able find profilers compatible arduino.
is there can out there?
thanks help
i have question have note been able find answer yet.
i able monitor processor usage on board quantitively given sketch have loaded, sort of how pc report cpu usage in % format.
modifications sketch fine solution. not able find profilers compatible arduino.
is there can out there?
thanks help
about way know of kind of "profiling" of code using millis() or micros() - depending on granularity need; isn't how cpu monitoring done on pc (though i've never looked it), can allow figure out slow parts of code (though small amount of code see on atmega line, can figure out looking).
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Monitoring processor usage on an arduino board
arduino
Comments
Post a Comment