Home
last modified time | relevance | path

Searched refs:MEDIAN (Results 1 – 3 of 3) sorted by relevance

/build/bazel/scripts/incremental_build/
Dpretty_test.py61 result = summarize_helper(self.metrics, "a.$", Aggregation.MEDIAN)
91 result = summarize_helper(self.metrics, "^a", Aggregation.MEDIAN)
Dpretty.py60 MEDIAN = (statistics.median,) variable in Aggregation
174 agg: Aggregation = Aggregation.MEDIAN,
213 default=Aggregation.MEDIAN,
Dplot_metrics.py38 MEDIAN = (statistics.median,) variable in Aggregation