HomeSort by relevance Sort by last modified time
    Searched refs:test_duration (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/tools/testrunner/local/
junit_output.py 37 def HasRunTest(self, test_name, test_duration, test_failure):
40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
  /external/fio/profiles/
act.c 61 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;
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 83 test_duration = data[2]
86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)

Completed in 79 milliseconds