Searched refs:scenario (Results 1 – 3 of 3) sorted by relevance
28 in between each benchmark sample run. Regardless of the scenario being49 The first column is simply a description of the scenario that's being50 simulated. The second column indicates the resolution at which the scenario53 scenario takes to complete.57 fast - This indicates that frames of the scenario completed too fast to be60 result, the scenario was skipped.62 slow - This indicates that frames of the scenario took too long to64 simulating a scenario that is obviously impractical on this device, the65 scenario was skipped.67 varies - This indicates that the scenario was measured, but it did not[all …]
688 const char* scenario = "Scenario"; in printResultsTableHeader() local689 size_t len = strlen(scenario); in printResultsTableHeader()
114 protected void testScenerio(Scenario scenario) throws Throwable { in testScenerio() argument129 List<Snapshot> s1 = runScenario(scenario, matchParent, null); in testScenerio()132 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1); in testScenerio()142 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp, in runScenario() argument148 RecyclerView.LayoutManager layoutManager = scenario.createLayoutManager(); in runScenario()154 mTestAdapter = new TestAdapter(scenario.getSeedAdapterSize()); in runScenario()161 for (Step step : scenario.mStepList) { in runScenario()