Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Instrumentation

FastDyn can count function calls, watch variables, and inspect RTOS structures. Select an instrument for the question you want to answer, configure it in the target TOML, and keep its output with the run.

InstrumentUse it to inspectStart here
Function countersWhich functions execute and how oftenConfiguration and example
Variable watchesValues in firmware memory as execution proceedsRuntime behavior and fixtures
RTOS introspectionTasks, queues, and scheduler stateFreeRTOS example

The following pages include runnable configurations and explain the extension points used by the native plugin and Python preprocessor.