Searched refs:test_duration (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | junit_output.py | 37 def HasRunTest(self, test_name, test_duration, test_failure): argument 40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
|
/external/fio/profiles/ |
D | act.c | 61 static unsigned long long test_duration; variable 85 unsigned long long test_duration; member 114 .off1 = offsetof(struct act_options, test_duration), 253 if (act_add_opt("runtime=%llus", test_duration)) in act_add_dev() 433 nr_slices = (test_duration + SAMPLE_SEC - 1) / SAMPLE_SEC; in act_td_init()
|
/external/v8/tools/testrunner/server/ |
D | local_handler.py | 83 test_duration = data[2] 86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
|