Measure time spent in SEC

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2008-10-30 04:02:44 +00:00
parent a5f2a20513
commit 008d4018f6
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ PeiCore (
EFI_PROGRESS_CODE,
FixedPcdGet32 (PcdStatusCodeValuePeiCoreEntry)
);
PERF_START (NULL, "SEC", NULL, 1);
PERF_END (NULL, "SEC", NULL, Tick);
PERF_START (NULL,"PEI", NULL, Tick);
//