diff options
author | Stephen Warren <swarren@nvidia.com> | 2017-10-27 11:04:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-17 07:44:13 -0500 |
commit | 9679d339ad2d4c495d734bad3a0fb7be6c4215eb (patch) | |
tree | 85be71bf4e4196b7554ddad309c5ee8d6c3428dd /test/py/multiplexed_log.css | |
parent | 1543bf794f4cf863b4c70eb9debba5fc1d2ebd6b (diff) | |
download | u-boot-9679d339ad2d4c495d734bad3a0fb7be6c4215eb.tar.gz |
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>
Diffstat (limited to 'test/py/multiplexed_log.css')
-rw-r--r-- | test/py/multiplexed_log.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/py/multiplexed_log.css b/test/py/multiplexed_log.css index f135b10a24c..9b7c44fe4de 100644 --- a/test/py/multiplexed_log.css +++ b/test/py/multiplexed_log.css @@ -62,6 +62,10 @@ pre { color: #8080ff } +.timestamp { + color: #8080ff +} + .status-pass { color: #00ff00 } |