Searched refs:total_nb_ops (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java62 static int total_nb_ops = 0; field in class:EclReadAndPlay
261 total_nb_ops += nb_ops;
264 + " ops/sec. (Avg = " + (total_nb_ops/duration)
265 + " ops/s, Total = " + total_nb_ops
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java61 static int total_nb_ops = 0; field in class:EclReadAndPlay
260 total_nb_ops += nb_ops;
263 + " ops/sec. (Avg = " + (total_nb_ops/duration)
264 + " ops/s, Total = " + total_nb_ops
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java62 static int total_nb_ops = 0; field in class:EclReadAndPlay
261 total_nb_ops += nb_ops;
264 + " ops/sec. (Avg = " + (total_nb_ops/duration)
265 + " ops/s, Total = " + total_nb_ops
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java62 static int total_nb_ops = 0; field in class:EclReadAndPlay
261 total_nb_ops += nb_ops;
264 + " ops/sec. (Avg = " + (total_nb_ops/duration)
265 + " ops/s, Total = " + total_nb_ops
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java61 static int total_nb_ops = 0; field in class:EclReadAndPlay
260 total_nb_ops += nb_ops;
263 + " ops/sec. (Avg = " + (total_nb_ops/duration)
264 + " ops/s, Total = " + total_nb_ops

Completed in 548 milliseconds