Skip to content

Commit fb2e031

Browse files
author
Amanda Butler
authored
Add tip to MbedStats.md
Add tip linking to config page for additional information.
1 parent 1713ca3 commit fb2e031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/platform/MbedStats.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Mbed OS provides a set of functions that you can use to capture the memory and t
1212
}
1313
```
1414

15+
<span class="tips">**Tip:** See the documentation of the [Arm Mbed configuration system](../reference/configuration.html) for more details about `mbed_app.json`. </span>
16+
1517
### Memory statistics
1618

1719
You can use memory statistics functions to capture heap use, cumulative stack use or stack use for each thread at runtime. To enable memory use monitoring, you must enable the following Mbed OS configuration options:

0 commit comments

Comments
 (0)