Am 24.02.2003 08:53:02, schrieb "Rolf Freitag" <nobo...@web.de>: >how can i get the load average and do execution profiling on a microcontroller?
a simple solution is to insert bit sets/clears on a port pin before and after each LPMx and interrupt handler. then use the scope to see when its active. i think you can also do some limited function profiling with the simulator in gdb. there are also commercial emulators and trancers that can record which code in your program is most used. chris