HomeSort by relevance Sort by last modified time
    Searched refs:slowest (Results 1 - 3 of 3) sorted by null

  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
GraphicsStatsMonitor.java 240 // "Slowest frames last 24h: ##ms ##ms ..."
242 String slowest = JankStat.StatPattern.SLOWEST_FRAMES_24H.parse(line); local
243 if (slowest != null && !slowest.isEmpty()) {
264 perc99, slowest, vsync, latency, ui, bmp, draw, 1);
  /external/skia/tests/
PathOpsSkpClipTest.cpp 776 SkTDArray<SortByTime*> slowest; local
778 *slowest.append() = &state.fSlowest[index];
780 if (slowest.count() > 0) {
781 SkTQSort<SortByTime>(slowest.begin(), slowest.end() - 1);
782 for (int index = 0; index < slowest.count(); ++index) {
783 const TestResult& result = *slowest[index];
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 7 VML) makes IE by far the slowest browser so be sure to test with that

Completed in 271 milliseconds