Searched refs:wrt (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bootchart/
H A Dsvg.c1073 double wt, wrt; local
1084 wrt = (wt / 1000000000) / (ps->sample->sampledata->sampletime - prev->sampledata->sampletime);
1089 if (wrt > 1.0)
1090 wrt = 1.0;
1092 if ((prt < 0.1) && (wrt < 0.1)) /* =~ 26 (color threshold) */
1099 ps_to_graph(wrt));

Completed in 1007 milliseconds