arduino-pico/variants/arduino_nano_connect
Earle F. Philhower, III 0061d3f97f
Enable gprof onboard profiling (#2669)
Adds a menu item to enable onboard profiling.  This requires significant
RAM and really only makes sense on devices with PSRAM to store the state.

When the menu item is selected, allocates RAM and tracks function calls and
periodically samples the PC to generate a histogram of application usage.
The onboard gmon.out file can be written over Semihosting or
some other way to transfer to a PC for analysis.

Adds a profiling example with command lines.
2024-12-05 17:30:45 -08:00
..
nina_pins.cpp Arduino Nano R2040 Connect Nina pins access with WiFiNINA lib (#404) 2022-01-09 09:11:27 -08:00
nina_pins.h Astyle format variants format (#1295) 2023-03-10 13:00:04 -08:00
PinArduino.txt Initial Arduino Nano RP2040 Connect support (#212) 2021-06-14 08:59:52 -07:00
pins_arduino.h Enable gprof onboard profiling (#2669) 2024-12-05 17:30:45 -08:00