
22 Jul
2021
22 Jul
'21
4:11 a.m.
One of binman's attributes is that it is extremely fast, at least for a Python program. Add some simple timing around operations that might take a while, such as reading an image and compressing it. This should help to maintain the performance as new features are added.
This is for debugging purposes only.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/control.py | 3 ++ tools/binman/etype/blob.py | 5 +++ tools/binman/ftest.py | 8 +++++ tools/binman/state.py | 72 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 88 insertions(+)
Applied to u-boot-dm, thanks!