commit | b1c556a881dc50e7cb63f23af802a59dffd1ff1b | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Oct 27 11:04:08 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 17 07:44:13 2017 -0500 |
tree | 85be71bf4e4196b7554ddad309c5ee8d6c3428dd | |
parent | b6653f60fc49762171c6460fa057c59bbb334d75 [diff] |
test/py: add timestamps to log It can be useful to record how long tests take; this can help debug slow running test systems or track changes in performance over time. Enhance the test system to record timestamps while running test: - Whenever a new log file section is started. - After U-Boot is started and communication has been established. - After each host or U-Boot command is executed. Signed-off-by: Stephen Warren <swarren@nvidia.com>