OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalOperations
(Results
1 - 5
of
5
) sorted by null
/art/test/129-ThreadGetId/src/
Main.java
22
static final int
totalOperations
= 1000;
90
for (int i = 0; i <
totalOperations
; ++i) {
/art/test/145-alloc-tracking-stress/src/
Main.java
23
static final int
totalOperations
= 1000;
57
for (int i = 0; i <
totalOperations
; ++i) {
/art/test/597-deopt-new-string/src/
Main.java
19
static final int
totalOperations
= 40000;
64
for (int i = 0; i <
totalOperations
; ++i) {
/art/test/165-lock-owner-proxy/src/
Main.java
23
static final int
totalOperations
= 10000;
65
int count =
totalOperations
;
83
int count =
totalOperations
;
/art/test/004-ThreadStress/src-art/
Main.java
428
int
totalOperations
= -1;
446
totalOperations
= Integer.parseInt(args[i]);
468
if (
totalOperations
!= -1 && operationsPerThread != -1) {
470
"Specified both
totalOperations
and operationsPerThread");
481
if (
totalOperations
== -1) {
482
totalOperations
= 1000;
486
operationsPerThread =
totalOperations
/numberOfThreads;
[
all
...]
Completed in 265 milliseconds