Update for the performance infrastructure changes:
1. Use raw string for performance tokens 2. Reuse gPerformanceProtocolGuid as performance variable paring GUID git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7576 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -150,7 +150,7 @@ BdsLibBootViaBootOption (
|
||||
//
|
||||
// Record the performance data for End of BDS
|
||||
//
|
||||
PERF_END (0, BDS_TOK, NULL, 0);
|
||||
PERF_END (0, "BDS", NULL, 0);
|
||||
|
||||
*ExitDataSize = 0;
|
||||
*ExitData = NULL;
|
||||
|
Reference in New Issue
Block a user