]> git.sur5r.net Git - u-boot/commit
test/py: add timestamps to log
authorStephen Warren <swarren@nvidia.com>
Fri, 27 Oct 2017 17:04:08 +0000 (11:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit9679d339ad2d4c495d734bad3a0fb7be6c4215eb
tree85be71bf4e4196b7554ddad309c5ee8d6c3428dd
parent1543bf794f4cf863b4c70eb9debba5fc1d2ebd6b
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>
test/py/multiplexed_log.css
test/py/multiplexed_log.py
test/py/u_boot_console_base.py