gromero commented on a change in pull request #7449:
URL: https://github.com/apache/tvm/pull/7449#discussion_r575381414
##########
File path: python/tvm/micro/contrib/zephyr.py
##########
@@ -204,6 +204,22 @@ def library(self, output, sources, options=None):
)
return tvm.micro.MicroLibrary(build_dir, [f"lib{project_name}.a"])
+ def _print_make_statistics(self, output):
+ print("==================")
Review comment:
sure! Now the output looks like:
```
INFO:tvm.micro.contrib.zephyr:Memory region Used Size Region Size
%age Used
INFO:tvm.micro.contrib.zephyr:--------------------- ---------- ------------
---------
INFO:tvm.micro.contrib.zephyr: FLASH: 35748 B 1 MB
3.41%
INFO:tvm.micro.contrib.zephyr: DTCM: 0 GB 64 KB
0.00%
INFO:tvm.micro.contrib.zephyr: SRAM: 146160 B 256 KB
55.76%
INFO:tvm.micro.contrib.zephyr: IDT_LIST: 232 B 2 KB
11.33%
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]