Add a Pcd to define the maximum number of performance log entries during PEI phase.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1398 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-08-29 01:52:19 +00:00
parent a3420902ba
commit 6ffd3b0cd2
6 changed files with 22 additions and 7 deletions

View File

@@ -77,5 +77,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<HelpText>The bitmask of flags that specify the enable/disable of
Performance Measurement.</HelpText>
</PcdEntry>
<PcdEntry PcdItemType="DYNAMIC">
<C_Name>PcdMaxPeiPerformanceLogEntries</C_Name>
<TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>Maximun number of performance log entries during PEI phase.</HelpText>
</PcdEntry>
</PcdCoded>
</ModuleSurfaceArea>