1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-28 18:12:46 +08:00
Hanno Becker c7c20817dc Measure stack usage in baremetal script
So far, `baremetal.sh --ram --stack` ran `callgrind` to extract
a call stack in an example run of ssl_client2 and ssl_server2.
This, however, needs to be complemented with per-function stack
usage to be able to extract the maximum stack usage.

This commit adds `-fstack-usage` to the CFLAGS used when building
the library in `baremetal.sh --ram` runs, which generates *.su
files indicating the stack usage of individual functions.
2019-04-03 12:04:26 +01:00
..
2016-01-12 14:48:03 +00:00
2019-03-01 10:29:13 +01:00
2015-06-23 13:09:10 +02:00
2018-08-29 18:53:20 +03:00
2015-09-09 13:51:05 +02:00