OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_print_debug
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py
114
self.
_print_debug
('')
120
self.
_print_debug
("(%s)." % grammar.pluralize('shard', num_shards))
123
self.
_print_debug
("(%d shards; %d locked)." % (num_shards, num_locked_shards))
135
self.
_print_debug
(fmtstr % (len(tests), result_type_str, len(tests & now), len(tests & wontfix)))
148
self.
_print_debug
("Test timing:")
149
self.
_print_debug
(" %6.2f total testing time" % total_time)
150
self.
_print_debug
("")
158
self.
_print_debug
("Thread timing:")
168
self.
_print_debug
(" %10s: %5d tests, %6.2f secs" % (worker_name, stats[worker_name]['num_tests'], stats[worker_name]['total_time']))
169
self.
_print_debug
(" %6.2f cumulative, %6.2f optimal" % (cuml_time, cuml_time / num_workers)
420
def
_print_debug
(self, msg):
member in class:Printer
[
all
...]
Completed in 50 milliseconds