Searched refs:threshold_fraction (Results 1 – 2 of 2) sorted by relevance
36 threshold_fraction): argument53 self.threshold = threshold_fraction * 100
425 threshold_fraction = threshold / 100.0433 threshold_fraction)443 threshold_fraction)449 def _check_rpcs_in_flight(rpc_type, num_rpcs, threshold, threshold_fraction): argument456 if rpcs_in_flight < (num_rpcs * (1 - threshold_fraction)):459 elif rpcs_in_flight > (num_rpcs * (1 + threshold_fraction)):490 threshold_fraction = threshold / 100.0492 if actual < (expected * (1 - threshold_fraction)):495 if actual > (expected * (1 + threshold_fraction)):