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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 69 total_run_time = 0
72 total_run_time += result.total_run_time
73 self.run_time = total_run_time + 1
77 def __init__(self, shard_name, total_run_time):
79 self.total_run_time = total_run_time
printing.py 164 stats[result.worker_name]['total_time'] += result.total_run_time
165 cuml_time += result.total_run_time
227 stats[result.shard_name]['total_time'] += result.total_run_time
279 parallel_time = sum(result.total_run_time for result in run_results.results_by_name.values())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_results.py 58 self.total_run_time = 0 # The time taken to run the test plus any references, compute diffs, etc.
  /external/fio/
stat.h 168 uint64_t total_run_time; member in struct:thread_stat
stat.c 540 runtime = ts->total_run_time;
797 if (ts->total_run_time) {
798 double runt = (double) ts->total_run_time;
861 if (ts->total_run_time) {
862 double runt = (double) ts->total_run_time;
928 if (ts->total_run_time) {
929 double runt = (double) ts->total_run_time;
1143 dst->total_run_time += src->total_run_time;
    [all...]
client.c 793 dst->total_run_time = le64_to_cpu(src->total_run_time);
    [all...]
server.c 1059 p.ts.total_run_time = cpu_to_le64(ts->total_run_time);
    [all...]
backend.c     [all...]
gclient.c 823 runtime = ts->total_run_time;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 292 result.total_run_time = time.time() - start
manager.py 497 stats[result.test_name] = {'results': (_worker_number(result.worker_name), result.test_number, result.pid, int(result.test_run_time * 1000), int(result.total_run_time * 1000))}

Completed in 239 milliseconds