Lines Matching refs:below
355 100. * cdf.below, threshold_ms)
386 .format(100. * cdf.below, threshold_ms))
388 axes.axhline(y=cdf.below, linewidth=1, color='r', linestyle='--')
407 label = '{:.1f}%'.format(100. * cdf.below)
560 100. * cdf.below, threshold_ms)
585 .format(100. * cdf.below, threshold_ms))
587 axes.axhline(y=cdf.below, linewidth=1, color='r', linestyle='--')
606 label = '{:.1f}%'.format(100. * cdf.below)
691 100. * cdf.below, threshold_ms)
716 .format(100. * cdf.below, threshold_ms))
718 axes.axhline(y=cdf.below, linewidth=1, color='r', linestyle='--')
737 label = '{:.1f}%'.format(100. * cdf.below)
841 below = float(max(df[:threshold]))
842 above = 1 - below
843 return CDF(df, threshold, above, below)