Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dexperiment.py189 def SetCacheConditions(self, cache_conditions): member in Experiment
191 run.SetCacheConditions(cache_conditions)
Dbenchmark_run_unittest.py414 br.SetCacheConditions(phony_cache_conditions)
417 br.SetCacheConditions(self.test_cache_conditions)
Dbenchmark_run.py216 def SetCacheConditions(self, cache_conditions): member in BenchmarkRun