Home
last modified time | relevance | path

Searched refs:SHOW_ELAPSED_TIME (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl158 set SHOW_ELAPSED_TIME [get_var ::env(SHOW_ELAPSED_TIME) 0]
168 if { $SHOW_ELAPSED_TIME } {
258 global SHOW_ELAPSED_TIME
274 if { $SHOW_ELAPSED_TIME } {
H A Dgen_print.py67 SHOW_ELAPSED_TIME = os.environ.get("SHOW_ELAPSED_TIME", "1") variable
69 if SHOW_ELAPSED_TIME == "1":
544 global SHOW_ELAPSED_TIME
558 if SHOW_ELAPSED_TIME == "1":