Skip to content

Commit 711a5c2

Browse files
authored
Update readme.md
1 parent ad93ffc commit 711a5c2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@ Details are in my [blog](https://embeddedinn.xyz/articles/tutorial/analyzing-siz
1010
- Make sure that you have python 3 installed in your system.
1111
- No special pyhton modules are required.
1212
- unzip/clone tool to anywhere in the system.
13-
- execute with: python mapfileParse.py <_path to project.x_>
1413
- report will be geenrated in the build output folder (_project.x\dist\project\curiosity_)
1514

15+
```bash
16+
usage: mapfileParse.py [-h] [-c <project config>] <project path to .X>
17+
18+
Tool to parse map file and provide component-wise memory usage of an embedded project
19+
20+
positional arguments:
21+
<project path to .X>
22+
23+
optional arguments:
24+
-h, --help show this help message and exit
25+
-c <project config>, --config <project config>
26+
specify a configuration name
27+
```
28+
1629
# Results
1730

1831
Results will be generated in the build output folder (_project.x\dist\project\curiosity_). This includes :

0 commit comments

Comments
 (0)