Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c520 INIT_TIMING_STAT *timeStat = (INIT_TIMING_STAT *)cmdCtx->reserved; in AddCmdBootEvent() local
521 long long diff = InitDiffTime(timeStat); in AddCmdBootEvent()
531 item->timestamp[BOOTEVENT_FORK] = timeStat->startTime; in AddCmdBootEvent()
532 item->timestamp[BOOTEVENT_READY] = timeStat->endTime; in AddCmdBootEvent()