Home
last modified time | relevance | path

Searched refs:_print_debug (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
Dprinting.py113 self._print_debug('')
119 self._print_debug("(%s)." % grammar.pluralize('shard', num_shards))
122 self._print_debug("(%d shards; %d locked)." % (num_shards, num_locked_shards))
134 … self._print_debug(fmtstr % (len(tests), result_type_str, len(tests & now), len(tests & wontfix)))
147 self._print_debug("Test timing:")
148 self._print_debug(" %6.2f total testing time" % total_time)
149 self._print_debug("")
157 self._print_debug("Thread timing:")
167 …self._print_debug(" %10s: %5d tests, %6.2f secs" % (worker_name, stats[worker_name]['num_tests'…
168 … self._print_debug(" %6.2f cumulative, %6.2f optimal" % (cuml_time, cuml_time / num_workers))
[all …]