Inference time is shown to the serial monitor. This time is captured every time a new command is spoken.
For the sample use case the tame taken for each inference is ~72 ms.
To capture the code size and static
- First Enable verbose ouput in the Preferences Pane.
- Then after compliling the sketch we can see the command to be executed to check the code size and static data size.
- Running this command will give the code size and static size.
- Dynamic memory consumption is also captured during sketch compilation.