Home
last modified time | relevance | path

Searched refs:total_time (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Djunit.py16 total_time = 0
27 total_time += result.get("duration", 0)
37 testsuites_node.set("time", "%s" % total_time)
40 testsuite_node.set("time", "%s" % total_time)
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py998 total_time = 0.0
1010 total_time += getattr(sample.cpu_sample, sample_value)
1027 pix_per_ns = chart_bounds[3] / total_time
1137 cpu_secs = total_time / 1000000000
1159 str = "%s - %.0f(ms) (%2.2f%%)" % (cs.cmd, time/1000000, (time/total_time) * 100.0)
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py104 self.total_time = 0
120 self.total_time += elapsed
132 return self.total_time / self.num
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c1337 uint32_t total_time, resp_time, min_time, max_time; in ipmi_sunoem_echo() local
1375 total_time = 0; in ipmi_sunoem_echo()
1425 total_time += resp_time; in ipmi_sunoem_echo()
1447 total_time / received, max_time); in ipmi_sunoem_echo()
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py1713 total_time = time.time() - start_time
1714 total_time_string = "%0.6f" % total_time