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

/systemd/src/core/
H A Dmain.c1290 usec_t before_startup, after_startup; local
1819 after_startup = now(CLOCK_MONOTONIC);
1822 format_timespan(timespan, sizeof(timespan), after_startup - before_startup, 100 * USEC_PER_MSEC));

Completed in 69 milliseconds