Searched defs:frequency (Results 1 - 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
H A DMain.java42 private final int frequency; field in class:Main.Operation
43 Operation(int frequency) { argument
44 this.frequency = frequency;
59 // the Operation.frequency values. We fill out an Operation[]
65 // Operation.frequency below won't have even have close to a
72 operationCount += op.frequency;
80 // frequency.
88 for (int f = 0; f < op.frequency; f++) {
103 // sane compared to Operation.frequency
[all...]

Completed in 12 milliseconds