Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpTrace.c101 if ( Duration > CumData[TIndex].MaxDur ) { in GatherStatistics()
102 CumData[TIndex].MaxDur = Duration; in GatherStatistics()
115 if (Duration > CustomCumulativeData->MaxDur) { in GatherStatistics()
116 CustomCumulativeData->MaxDur = Duration; in GatherStatistics()
840 UINT64 MaxDur; in ProcessCumulative() local
861 MaxDur = DurationInMicroSeconds(CumData[TIndex].MaxDur); in ProcessCumulative()
870 MaxDur in ProcessCumulative()
883 MaxDur = DurationInMicroSeconds (CustomCumulativeData->MaxDur); in ProcessCumulative()
888 MaxDur = 0; in ProcessCumulative()
897 MaxDur in ProcessCumulative()
DDp.h65 UINT64 MaxDur; ///< Largest duration encountered. member
DDp.c393 CustomCumulativeData->MaxDur = 0; in InitializeDp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpTrace.c101 if ( Duration > CumData[TIndex].MaxDur ) { in GatherStatistics()
102 CumData[TIndex].MaxDur = Duration; in GatherStatistics()
115 if (Duration > CustomCumulativeData->MaxDur) { in GatherStatistics()
116 CustomCumulativeData->MaxDur = Duration; in GatherStatistics()
837 UINT64 MaxDur; in ProcessCumulative() local
858 MaxDur = DurationInMicroSeconds(CumData[TIndex].MaxDur); in ProcessCumulative()
867 MaxDur in ProcessCumulative()
880 MaxDur = DurationInMicroSeconds (CustomCumulativeData->MaxDur); in ProcessCumulative()
885 MaxDur = 0; in ProcessCumulative()
894 MaxDur in ProcessCumulative()
DDp.h65 UINT64 MaxDur; ///< Largest duration encountered. member
DDp.c129 CumData[Index].MaxDur = 0; in InitCumulativeData()
266 CustomCumulativeData->MaxDur = 0; in ShellCommandRunDp()