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

/systemd/src/bootchart/
H A Dbootchart.c370 double uptime; local
373 uptime = (n.tv_sec + (n.tv_nsec / (double) NSEC_PER_SEC));
376 graph_start = log_start - uptime;
381 "The system uptime probably includes time that the system was suspended. "

Completed in 17 milliseconds