Searched refs:nanoTime (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java56 final long start = System.nanoTime();
60 sessionMonitoringStore.storeRefreshTime(System.nanoTime() - start, monitorType);
70 final long start = System.nanoTime();
73 sessionMonitoringStore.storeLogoutTime(System.nanoTime() - start, monitorType);
78 final long start = System.nanoTime();
81 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
89 final long start = System.nanoTime();
92 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DEventEntryImpl.java48 startTime = System.nanoTime();
57 endTime = System.nanoTime();
H A DDisruptorReferringEventEntry.java55 endTime = System.nanoTime();
H A DDisruptorShortEventEntry.java60 startTime = System.nanoTime();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/monitoring/
H A DMonitoredOperations.java65 final long start = System.nanoTime();
69 sessionMonitoringStore.storeRefreshTime(System.nanoTime() - start, monitorType);
79 final long start = System.nanoTime();
82 sessionMonitoringStore.storeLogoutTime(System.nanoTime() - start, monitorType);
102 final long start = System.nanoTime();
105 sessionMonitoringStore.storeDestroyTime(System.nanoTime() - start, monitorType);
113 final long start = System.nanoTime();
116 sessionMonitoringStore.storeSetPropertyTime(System.nanoTime() - start, monitorType);
/forgerock/openidm-v4/openidm-util/src/test/java/org/forgerock/openidm/util/
H A DFileUtilTest.java63 long before = System.nanoTime();
71 System.out.println("1k: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
80 System.out.println("8k: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
89 System.out.println("96k: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
98 System.out.println("1m: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
107 System.out.println("10m: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
125 long before = System.nanoTime();
133 System.out.println("1k: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
142 System.out.println("8k: " + ((System.nanoTime() - before) / 1000L / 1000L) + "ms");
151 System.out.println("96k: " + ((System.nanoTime()
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DTimeThread.java102 private volatile long nanoTime; field in class:TimeThread.TimeInfo
150 nanoTime = System.nanoTime();
317 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj2/src/server/org/opends/server/util/
H A DTimeThread.java94 private volatile long nanoTime; field in class:TimeThread.TimeInfo
147 nanoTime = System.nanoTime();
314 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DTimeThread.java102 private volatile long nanoTime; field in class:TimeThread.TimeInfo
150 nanoTime = System.nanoTime();
317 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DTimeThread.java102 private volatile long nanoTime; field in class:TimeThread.TimeInfo
150 nanoTime = System.nanoTime();
317 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DTimeThread.java94 private volatile long nanoTime; field in class:TimeThread.TimeInfo
147 nanoTime = System.nanoTime();
314 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DTimeThread.java91 private volatile long nanoTime; field in class:TimeThread.TimeInfo
141 nanoTime = System.nanoTime();
303 return INSTANCE.timeInfo.nanoTime;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReaderWriterTest.java390 final long t0 = System.nanoTime();
393 final long ts = System.nanoTime();
396 final long te = System.nanoTime() - ts;
406 System.out.println("Time taken: " + ((System.nanoTime() - t0)/1000000) + " milliseconds");
414 final long t1 = System.nanoTime();
417 long ts = System.nanoTime();
421 long te = System.nanoTime() - ts;
425 System.out.println("Time taken: " + ((System.nanoTime() - t1)/1000000) + " milliseconds");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReaderWriterTest.java390 final long t0 = System.nanoTime();
393 final long ts = System.nanoTime();
396 final long te = System.nanoTime() - ts;
406 System.out.println("Time taken: " + ((System.nanoTime() - t0)/1000000) + " milliseconds");
414 final long t1 = System.nanoTime();
417 long ts = System.nanoTime();
421 long te = System.nanoTime() - ts;
425 System.out.println("Time taken: " + ((System.nanoTime() - t1)/1000000) + " milliseconds");
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogReaderWriterTest.java366 final long t0 = System.nanoTime();
369 final long ts = System.nanoTime();
372 final long te = System.nanoTime() - ts;
388 System.out.println("Time taken: " + ((System.nanoTime() - t0)/1000000) + " milliseconds");
396 final long t1 = System.nanoTime();
399 long ts = System.nanoTime();
403 long te = System.nanoTime() - ts;
413 System.out.println("Time taken: " + ((System.nanoTime() - t1)/1000000) + " milliseconds");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1201 t1 = System.nanoTime();
1210 t2 = System.nanoTime();
1215 t3 = System.nanoTime();
1220 t31 = System.nanoTime();
1225 t4 = System.nanoTime();
1230 t5 = System.nanoTime();
1235 t6 = System.nanoTime();
1276 t1 = System.nanoTime();
1285 t2 = System.nanoTime();
1290 t3 = System.nanoTime();
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1201 t1 = System.nanoTime();
1210 t2 = System.nanoTime();
1215 t3 = System.nanoTime();
1220 t31 = System.nanoTime();
1225 t4 = System.nanoTime();
1230 t5 = System.nanoTime();
1235 t6 = System.nanoTime();
1276 t1 = System.nanoTime();
1285 t2 = System.nanoTime();
1290 t3 = System.nanoTime();
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1198 t1 = System.nanoTime();
1207 t2 = System.nanoTime();
1212 t3 = System.nanoTime();
1217 t31 = System.nanoTime();
1222 t4 = System.nanoTime();
1227 t5 = System.nanoTime();
1232 t6 = System.nanoTime();
1273 t1 = System.nanoTime();
1282 t2 = System.nanoTime();
1287 t3 = System.nanoTime();
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1536 t1 = System.nanoTime();
1545 t2 = System.nanoTime();
1550 t3 = System.nanoTime();
1555 t31 = System.nanoTime();
1560 t4 = System.nanoTime();
1565 t5 = System.nanoTime();
1570 t6 = System.nanoTime();
1616 t1 = System.nanoTime();
1625 t2 = System.nanoTime();
1630 t3 = System.nanoTime();
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1536 t1 = System.nanoTime();
1545 t2 = System.nanoTime();
1550 t3 = System.nanoTime();
1555 t31 = System.nanoTime();
1560 t4 = System.nanoTime();
1565 t5 = System.nanoTime();
1570 t6 = System.nanoTime();
1616 t1 = System.nanoTime();
1625 t2 = System.nanoTime();
1630 t3 = System.nanoTime();
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DSynchronizationMsgTest.java1536 t1 = System.nanoTime();
1545 t2 = System.nanoTime();
1550 t3 = System.nanoTime();
1555 t31 = System.nanoTime();
1560 t4 = System.nanoTime();
1565 t5 = System.nanoTime();
1570 t6 = System.nanoTime();
1616 t1 = System.nanoTime();
1625 t2 = System.nanoTime();
1630 t3 = System.nanoTime();
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java300 long timeStart = System.nanoTime();
303 long timeNow = System.nanoTime();
309 timeNow = System.nanoTime();
315 timeNow = System.nanoTime();
321 timeNow = System.nanoTime();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java300 long timeStart = System.nanoTime();
303 long timeNow = System.nanoTime();
309 timeNow = System.nanoTime();
315 timeNow = System.nanoTime();
321 timeNow = System.nanoTime();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java300 long timeStart = System.nanoTime();
303 long timeNow = System.nanoTime();
309 timeNow = System.nanoTime();
315 timeNow = System.nanoTime();
321 timeNow = System.nanoTime();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAbstractOperation.java1015 processingStartNanoTime = System.nanoTime();
1046 this.processingStopNanoTime = System.nanoTime();

Completed in 1398 milliseconds

12