OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:complain_on_update
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/crosperf/
generate_report_unittest.py
77
bench_data, max_keys=max_keys,
complain_on_update
=False)
105
bench_data, max_keys=0,
complain_on_update
=False)
generate_report.py
74
def CutResultsInPlace(results, max_keys=50,
complain_on_update
=True):
82
If
complain_on_update
is true, this will print a message noting that a
96
>>> CutResultsInPlace(benchmark_data, max_keys=1,
complain_on_update
=False)
124
if actually_updated and
complain_on_update
:
Completed in 232 milliseconds