mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-23 14:28:18 +00:00
Update embedded-workshop-book/src/tooltips.md
Co-authored-by: Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com>
This commit is contained in:
parent
7611e854a3
commit
35931b2b5c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ File .text Size Crate Name
|
|||
5.1% 100.0% 9.4KiB .text section size, the file size is 184.5KiB
|
||||
```
|
||||
|
||||
This breakdowns the size of the `.text` section by function. This breakdown can be used to identify the largest functions in the program; those could then be modified to make them smaller.
|
||||
This breaks down the size of the `.text` section by function. This breakdown can be used to identify the largest functions in the program; those could then be modified to make them smaller.
|
||||
|
||||
## `cargo-flash`
|
||||
|
||||
|
|
Loading…
Reference in a new issue