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

/systemd/src/bootchart/
H A Dbootchart.h90 double starttime; member in struct:ps_struct
H A Dsvg.c1026 double starttime; local
1040 starttime = ps->first->sampledata->sampletime;
1044 ps->pos_x = time_to_graph(starttime - graph_start);
1063 time_to_graph(starttime - graph_start),
1065 time_to_graph(ps->last->sampledata->sampletime - starttime),
1111 if ((endtime - starttime) < 1.5)
1115 w = starttime;
1129 time_to_graph(starttime - graph_start),
H A Dstore.c291 r = safe_atod(t, &ps->starttime);
295 ps->starttime /= 1000.0;

Completed in 25 milliseconds