Lines Matching refs:ElapsedTime
147 UINT64 ElapsedTime; in DumpAllTrace() local
213 ElapsedTime = 0; in DumpAllTrace()
217 ElapsedTime = DurationInMicroSeconds ( Duration ); in DumpAllTrace()
223 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) || in DumpAllTrace()
258 ElapsedTime, in DumpAllTrace()
268 ElapsedTime in DumpAllTrace()
304 UINT64 ElapsedTime; in DumpRawTrace() local
343 ElapsedTime = 0; in DumpRawTrace()
346 ElapsedTime = DurationInMicroSeconds ( Duration ); in DumpRawTrace()
348 if ((ElapsedTime < mInterestThreshold) || in DumpRawTrace()
396 UINT64 ElapsedTime; in ProcessPhases() local
459 ElapsedTime = DurationInMicroSeconds ( SecTime ); // Calculate elapsed time in microseconds in ProcessPhases()
460 Total += DivU64x32 (ElapsedTime, 1000); // Accumulate time in milliseconds in ProcessPhases()
461 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_SEC_PHASE), gDpHiiHandle, ElapsedTime); in ProcessPhases()
467 ElapsedTime = DivU64x32 ( in ProcessPhases()
471 Total += ElapsedTime; in ProcessPhases()
472 …intHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_PHASE_DURATION), gDpHiiHandle, ALit_PEI, ElapsedTime); in ProcessPhases()
478 ElapsedTime = DivU64x32 ( in ProcessPhases()
482 Total += ElapsedTime; in ProcessPhases()
483 …intHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_PHASE_DURATION), gDpHiiHandle, ALit_DXE, ElapsedTime); in ProcessPhases()
489 ElapsedTime = DivU64x32 ( in ProcessPhases()
493 Total += ElapsedTime; in ProcessPhases()
494 …intHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_PHASE_DURATION), gDpHiiHandle, ALit_BDS, ElapsedTime); in ProcessPhases()
498 ElapsedTime = DivU64x32 ( in ProcessPhases()
502 …rintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_PHASE_BDSTO), gDpHiiHandle, ALit_BdsTO, ElapsedTime); in ProcessPhases()
508 ElapsedTime = DivU64x32 ( in ProcessPhases()
512 Total += ElapsedTime; in ProcessPhases()
513 …tHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_PHASE_DURATION), gDpHiiHandle, ALit_SHELL, ElapsedTime); in ProcessPhases()
532 UINT64 ElapsedTime; in ProcessHandles() local
590 ElapsedTime = DurationInMicroSeconds ( Duration ); in ProcessHandles()
591 if ((ElapsedTime < mInterestThreshold) || in ProcessHandles()
618 ElapsedTime, in ProcessHandles()
627 ElapsedTime in ProcessHandles()
652 UINT64 ElapsedTime; in ProcessPeims() local
690 ElapsedTime = DurationInMicroSeconds ( Duration ); // Calculate elapsed time in microseconds in ProcessPeims()
691 if (ElapsedTime >= mInterestThreshold) { in ProcessPeims()
698 ElapsedTime, in ProcessPeims()
706 ElapsedTime in ProcessPeims()
729 UINT64 ElapsedTime; in ProcessGlobal() local
771 ElapsedTime = DurationInMicroSeconds ( Duration ); in ProcessGlobal()
772 if (ElapsedTime >= mInterestThreshold) { in ProcessGlobal()
778 ElapsedTime, in ProcessGlobal()
786 ElapsedTime in ProcessGlobal()