Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dresult_reporter.py72 BENCHMARK_ESSENTIAL_KEYS = {'repetition_index', 'cpu_time', 'name', 'repetitions', variable
77 BENCHMARK_EVENT_KEYS = BENCHMARK_ESSENTIAL_KEYS.union(BENCHMARK_OPTIONAL_KEYS)
96 if not BENCHMARK_ESSENTIAL_KEYS.issubset(all_additional_keys):
/tools/asuite/atest/
Dresult_reporter.py77 BENCHMARK_ESSENTIAL_KEYS = {'repetition_index', 'cpu_time', 'name', 'repetitions', variable
82 BENCHMARK_EVENT_KEYS = BENCHMARK_ESSENTIAL_KEYS.union(BENCHMARK_OPTIONAL_KEYS)
101 if not BENCHMARK_ESSENTIAL_KEYS.issubset(all_additional_keys):