Searched defs:pbi (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bootchart/
H A Dsvg.c598 double pbi = 0; local
616 pbi = tot / max;
618 if (pbi > 0.001)
621 (arg_scale_y * 5) - (pbi * (arg_scale_y * 5)),
623 pbi * (arg_scale_y * 5));
629 ((arg_scale_y * 5) - (pbi * (arg_scale_y * 5))) + 15,

Completed in 15 milliseconds