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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DStatistics.java66 private int totalReads; field in class:Statistics
119 return totalReads;
126 totalReads++;
145 readTimeAverage = readCumulativeCount / totalReads;
366 totalReads = 0;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DStatistics.java66 private int totalReads; field in class:Statistics
119 return totalReads;
126 totalReads++;
145 readTimeAverage = readCumulativeCount / totalReads;
366 totalReads = 0;

Completed in 235 milliseconds