Searched refs:test_duration (Results 1 - 3 of 3) sorted by relevance

/external/v8/tools/testrunner/local/
H A Djunit_output.py37 def HasRunTest(self, test_name, test_duration, test_failure):
40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
/external/v8/tools/testrunner/server/
H A Dlocal_handler.py83 test_duration = data[2]
86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
/external/fio/profiles/
H A Dact.c61 static unsigned long long test_duration; variable
85 unsigned long long test_duration; member in struct:act_options
114 .off1 = offsetof(struct act_options, test_duration),
253 if (act_add_opt("runtime=%llus", test_duration))
433 nr_slices = (test_duration + SAMPLE_SEC - 1) / SAMPLE_SEC;

Completed in 101 milliseconds