chiark / gitweb /
manager: extend performance measurement interface to include firmware/loader times
[elogind.git] / src / core / timer.c
index 0b3c5ce0770bbc37d0c775357619e72ef13b09c7..03c9610eb61d85fe92e674a3879d4c65e14dc2ea 100644 (file)
@@ -222,7 +222,7 @@ static void timer_enter_waiting(Timer *t, bool initial) {
                         break;
 
                 case TIMER_STARTUP:
-                        base = UNIT(t)->manager->startup_timestamp.monotonic;
+                        base = UNIT(t)->manager->userspace_timestamp.monotonic;
                         break;
 
                 case TIMER_UNIT_ACTIVE: