Searched refs:totalDuration (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java88 private long totalDuration; field in class:ProfileViewer
210 totalDuration = 0;
244 totalDuration += (stopTime - startTime);
342 return totalDuration;
354 System.out.println("Total Duration: " + totalDuration);
419 "captured over " + totalDuration + " milliseconds";
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java87 private long totalDuration; field in class:ProfileViewer
209 totalDuration = 0;
243 totalDuration += (stopTime - startTime);
341 return totalDuration;
353 System.out.println("Total Duration: " + totalDuration);
418 "captured over " + totalDuration + " milliseconds";
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java88 private long totalDuration; field in class:ProfileViewer
210 totalDuration = 0;
244 totalDuration += (stopTime - startTime);
342 return totalDuration;
354 System.out.println("Total Duration: " + totalDuration);
419 "captured over " + totalDuration + " milliseconds";
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java88 private long totalDuration; field in class:ProfileViewer
210 totalDuration = 0;
244 totalDuration += (stopTime - startTime);
342 return totalDuration;
354 System.out.println("Total Duration: " + totalDuration);
419 "captured over " + totalDuration + " milliseconds";
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java87 private long totalDuration; field in class:ProfileViewer
209 totalDuration = 0;
243 totalDuration += (stopTime - startTime);
341 return totalDuration;
353 System.out.println("Total Duration: " + totalDuration);
418 "captured over " + totalDuration + " milliseconds";
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileViewer.java91 private long totalDuration; field in class:ProfileViewer
207 totalDuration = 0;
237 totalDuration += stopTime - startTime;
332 return totalDuration;
344 System.out.println("Total Duration: " + totalDuration);
409 "captured over " + totalDuration + " milliseconds";

Completed in 55 milliseconds