Home | History | Annotate | Download | only in vm

Lines Matching defs:threshold

116      * Lock profiling threshold value in milliseconds.  Acquires that
117 * exceed threshold are logged. Acquires within the threshold are
118 * logged with a probability of $\frac{time}{threshold}$ . If the
119 * threshold is unset no additional logging occurs.
792 /* Array of compilation trigger threshold counters */
814 unsigned short threshold;