mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
code_size_compare.py: add comment for sys_arch
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
4c26db0845
commit
699a6c8a6d
@ -91,6 +91,7 @@ class CodeSizeInfo: # pylint: disable=too-few-public-methods
|
|||||||
"""
|
"""
|
||||||
arch: architecture to measure code size on.
|
arch: architecture to measure code size on.
|
||||||
config: configuration type to measure code size with.
|
config: configuration type to measure code size with.
|
||||||
|
sys_arch: host architecture.
|
||||||
make_command: command to build library (Inferred from arch and config).
|
make_command: command to build library (Inferred from arch and config).
|
||||||
"""
|
"""
|
||||||
self.arch = arch
|
self.arch = arch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user