]> git.baikalelectronics.ru Git - uboot.git/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)
commitbceebfc49658a3fc4fc2d2cb8ddb58a5ac5cc1c5
tree85be71bf4e4196b7554ddad309c5ee8d6c3428dd
parent91cc42e581fa9feba67e439ac02ea8ef16ececa6
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