commit | 748a1d4437d5741e45035ab9cb3cb94318c19339 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:41 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | 8c87352b4d0b4605df1765b3964aff2d2e0c42c5 | |
parent | 1e689d27c064b83b90dfa488a375e5c9790fd411 [diff] |
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>