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

  /libcore/luni/src/test/java/com/google/coretests/
StatsStore.java 99 a.histRelevance = 0; // Good from scratch.
104 a.histRelevance = 4; // "Good" for the first time:
109 a.histRelevance = 3; // "good" again:
118 a.histRelevance = 2; // "Fast"er than ever before.
123 a.histRelevance = 1; // "fast" again.
127 a.histRelevance = 0; // Equivalent Duration:
133 a.histRelevance = -2; // "SLOW"!!!
137 a.histRelevance = -2; // Still "SLOW"!!!
145 a.histRelevance = -4; // "VBAD"!!!
148 a.histRelevance = -4; // Still "VBAD"!!
    [all...]
PerfStatCollector.java 55 public int histRelevance;
77 switch (histRelevance) {
120 switch (histRelevance) {
180 if (item.histRelevance != 0) {

Completed in 393 milliseconds