Home
last modified time | relevance | path

Searched refs:getFrequency (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLinearDistribution.java196 total = (double)bucket.getFrequency() * (double)(getBase() - 1); in getValue()
200 total += (double)bucket.getFrequency() * (double)bucket.getMin(); in getValue()
207 total += (double)bucket.getFrequency() * in getValue()
218 return b.getFrequency(); in getZeroBucketValue()
H A DDistribution.java118 frequency = bucket.getFrequency(); in initialize()
449 getFrequency() in getFrequency() method in Distribution.Bucket
548 if (b.getFrequency() > 0L) { in getDisplayRange()
559 if (b.getFrequency() > 0L) { in getDisplayRange()
H A DLogDistribution.java134 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()
143 return b.getFrequency(); in getZeroBucketValue()
H A DLogLinearDistribution.java187 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()
195 return b.getFrequency(); in getZeroBucketValue()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); in printDistribution()
322 for (; (b2 > 0) && (d.get(b2).getFrequency() == 0); --b2); in printDistribution()
326 v = d.get(i).getFrequency(); in printDistribution()
337 v = bucket.getFrequency(); in printDistribution()