]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add basic support for debugging performance
authorSimon Glass <sjg@chromium.org>
Tue, 6 Jul 2021 16:36:41 +0000 (10:36 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:35 +0000 (10:27 -0600)
commit03ebc20de3b30fca5230a4c73cf4494b0d8d8d08
tree8c87352b4d0b4605df1765b3964aff2d2e0c42c5
parentc31d0cb68c1c29f210ab44803f5e5fdcdcfa250b
binman: Add basic support for debugging performance

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
tools/binman/etype/blob.py
tools/binman/ftest.py
tools/binman/state.py