PerformancePkg: Fix build with GCC
Fix compiler warnings and include filename issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10902 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -568,7 +568,7 @@ ProcessPeims(
|
||||
Duration = GetDuration (&Measurement);
|
||||
ElapsedTime = DurationInMicroSeconds ( Duration ); // Calculate elapsed time in microseconds
|
||||
if (ElapsedTime >= mInterestThreshold) {
|
||||
GetNameFromHandle (Measurement.Handle); // Name placed in mGaugeString
|
||||
GetNameFromHandle ((EFI_HANDLE) Measurement.Handle); // Name placed in mGaugeString
|
||||
PrintToken (STRING_TOKEN (STR_DP_PEIM_STAT2),
|
||||
TIndex, // 1 based, Which measurement record is being printed
|
||||
Measurement.Handle,
|
||||
|
Reference in New Issue
Block a user