Lines Matching defs:unit
191 const double color_ratios[3], const char *unit)
199 out->print_metric(config, out->ctx, color, "%7.2f%%", unit, ratio);
201 out->print_metric(config, out->ctx, NULL, NULL, unit, 0);
472 char *unit;
484 &unit, &scale) >= 0) {
489 "%s %s_%d", unit, metric_name, runtime);
492 "%s %s", unit, metric_name);
504 print_metric(config, ctxp, color, /*unit=*/NULL,
509 print_metric(config, ctxp, color, /*unit=*/NULL,
676 char unit = ' ';
679 &unit);
681 if (unit != ' ')
682 snprintf(unit_buf, sizeof(unit_buf), "%c/sec", unit);