OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mInterestThreshold
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.c
52
UINT64
mInterestThreshold
;
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
);
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c
64
UINT64
mInterestThreshold
;
371
mInterestThreshold
= DEFAULT_THRESHOLD; // 1ms := 1,000 us
374
mInterestThreshold
= StrDecimalToUint64(CmdLineArg);
438
PrintToken (STRING_TOKEN (STR_DP_VERBOSE_THRESHOLD),
mInterestThreshold
);
Completed in 115 milliseconds