Home | History | Annotate | Download | only in exp-dhat

Lines Matching refs:metric

1066 "            sort the allocation points by the metric\n"
1169 /* Metric-access functions for APInfos. */
1180 /* Given a string, return the metric-access function and also a Bool
1182 metric. This is used twice, once in command line processing, and
1247 ULong metric = get_metric(api);
1248 if (increasing ? (metric < best_metric) : (metric > best_metric)) {
1249 best_metric = metric;