mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-03 16:59:58 +00:00
code_size_compare.py: add comment for sys_arch
Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
@@ -91,6 +91,7 @@ class CodeSizeInfo: # pylint: disable=too-few-public-methods
|
||||
"""
|
||||
arch: architecture to measure code size on.
|
||||
config: configuration type to measure code size with.
|
||||
sys_arch: host architecture.
|
||||
make_command: command to build library (Inferred from arch and config).
|
||||
"""
|
||||
self.arch = arch
|
||||
|
||||
Reference in New Issue
Block a user