Searched refs:mInterestThreshold (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
H A DDpInternal.h30 extern UINT64 mInterestThreshold;
189 - records with a duration less than mInterestThreshold microseconds are not displayed.
194 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
215 mInterestThreshold are printed without interpretation.
218 - records with a duration less than mInterestThreshold microseconds are not displayed.
223 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
313 - records with a duration less than mInterestThreshold microseconds are not displayed.
318 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
336 mInterestThreshold are printed without interpretation.
339 - records with a duration less than mInterestThreshold microsecond
[all...]
H A DDp.c52 UINT64 mInterestThreshold; variable
237 mInterestThreshold = DEFAULT_THRESHOLD; // 1ms := 1,000 us
239 mInterestThreshold = StrDecimalToUint64(CmdLineArg);
313 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_DP_VERBOSE_THRESHOLD), gDpHiiHandle, mInterestThreshold);
H A DDpTrace.c127 - records with a duration less than mInterestThreshold microseconds are not displayed.
132 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
179 // Display only records with Elapsed times >= mInterestThreshold
215 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
281 mInterestThreshold are printed without interpretation.
284 - records with a duration less than mInterestThreshold microseconds are not displayed.
289 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
351 if ((ElapsedTime < mInterestThreshold) ||
590 if ((ElapsedTime < mInterestThreshold) ||
699 if (ElapsedTime >= mInterestThreshold) {
[all...]
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
H A DDpInternal.h31 extern UINT64 mInterestThreshold;
206 - records with a duration less than mInterestThreshold microseconds are not displayed.
211 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
232 mInterestThreshold are printed without interpretation.
235 - records with a duration less than mInterestThreshold microseconds are not displayed.
240 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
331 - records with a duration less than mInterestThreshold microseconds are not displayed.
336 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
354 mInterestThreshold are printed without interpretation.
357 - records with a duration less than mInterestThreshold microsecond
[all...]
H A DDp.c64 UINT64 mInterestThreshold; variable
371 mInterestThreshold = DEFAULT_THRESHOLD; // 1ms := 1,000 us
374 mInterestThreshold = StrDecimalToUint64(CmdLineArg);
438 PrintToken (STRING_TOKEN (STR_DP_VERBOSE_THRESHOLD), mInterestThreshold); local
H A DDpTrace.c127 - records with a duration less than mInterestThreshold microseconds are not displayed.
132 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
179 // Display only records with Elapsed times >= mInterestThreshold
215 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
280 mInterestThreshold are printed without interpretation.
283 - records with a duration less than mInterestThreshold microseconds are not displayed.
288 @pre The mInterestThreshold global variable is set to the shortest duration to be printed.
350 if ((ElapsedTime < mInterestThreshold) ||
589 if ((ElapsedTime < mInterestThreshold) ||
700 if (ElapsedTime >= mInterestThreshold) {
[all...]

Completed in 30 milliseconds