File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
1831Results will be generated in the build output folder (_ project.x\dist\project\curiosity_ ). This includes :
You can’t perform that action at this time.
0 commit comments