chiark / gitweb /
analyze: show unit file loading on plot
[elogind.git] / src / core / manager.c
index 73f4c102e8583ffb9a4ddb01cce6a1a24d974138..f16621ac2bbe38837b41eb64f05f9321124edb50 100644 (file)
@@ -847,7 +847,9 @@ int manager_startup(Manager *m, FILE *serialization, FDSet *fds) {
                 m->n_reloading ++;
 
         /* First, enumerate what we can from all config files */
+        dual_timestamp_get(&m->unitsload_start_timestamp);
         r = manager_enumerate(m);
+        dual_timestamp_get(&m->unitsload_finish_timestamp);
 
         /* Second, deserialize if there is something to deserialize */
         if (serialization) {