Searched refs:total_time (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | junit.py | 16 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 D | draw.py | 998 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 D | server.py | 104 self.total_time = 0 120 self.total_time += elapsed 132 return self.total_time / self.num
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sunoem.c | 1337 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 D | gen_print.py | 1713 total_time = time.time() - start_time 1714 total_time_string = "%0.6f" % total_time
|