Searched defs:TIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpTrace.c54 INTN TIndex; local
90 TIndex = GetCumulativeItem (&Measurement);
91 if (TIndex >= 0) {
92 CumData[TIndex].Duration += Duration;
93 CumData[TIndex].Count++;
94 if ( Duration < CumData[TIndex].MinDur ) {
95 CumData[TIndex].MinDur = Duration;
97 if ( Duration > CumData[TIndex].MaxDur ) {
98 CumData[TIndex].MaxDur = Duration;
135 UINTN TIndex; local
639 UINTN TIndex; local
679 TIndex, // 1 based, Which measurement record is being printed local
687 TIndex, // 1 based, Which measurement record is being printed local
800 UINTN TIndex; local
[all...]

Completed in 46 milliseconds