OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combined_score
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/perf/benchmarks/
peacekeeper.py
66
combined_score
= [x for x in combined if x.name == 'Score'][0]
67
total = statistics.GeometricMean(
combined_score
.values)
dom_perf.py
65
combined_score
= [x for x in combined if x.name == SCORE_TRACE_NAME][0]
66
total = _GeometricMean(
combined_score
.values)
Completed in 28 milliseconds