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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 402 PerCallStats stats2 = (PerCallStats) entry2.getValue(); local
408 return stats1.count - stats2.count;
410 return (int) (stats1.wallDuration - stats2.wallDuration);
412 return (int) (stats1.threadDuration - stats2.threadDuration);
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 191 final NetworkStatsHistory stats2 = new NetworkStatsHistory(HOUR_IN_MILLIS); local
192 stats2.recordData(TEST_START_2, TEST_START_2 + 2 * HOUR_IN_MILLIS, 1000L, 500L);
197 stats.recordEntireHistory(stats2);
215 final NetworkStatsHistory stats2 = new NetworkStatsHistory(MINUTE_IN_MILLIS); local
216 stats2.recordData(TEST_START_2, TEST_START_2 + MINUTE_IN_MILLIS * 5, 50L, 50L);
221 stats.recordEntireHistory(stats2);
238 stats.recordEntireHistory(stats2);
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 338 WebKit::WebCache::ResourceTypeStats stats2 = { { 0 } }; variable
342 stats2 = resources_[row2]->GetWebCoreCacheStats();
344 return ValueCompare<size_t>(stats1.images.size, stats2.images.size);
346 return ValueCompare<size_t>(stats1.scripts.size, stats2.scripts.size);
349 stats2.cssStyleSheets.size);
    [all...]

Completed in 6119 milliseconds