Home
last modified time | relevance | path

Searched refs:before_startup (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Dmain.c2653 usec_t before_startup, after_startup; in main() local
2927 before_startup = now(CLOCK_MONOTONIC); in main()
2949 FORMAT_TIMESPAN(after_startup - before_startup, 100 * USEC_PER_MSEC)); in main()