mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
code_size_compare.py: add comment for sys_arch
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user