mirror of https://github.com/acidanthera/audk.git
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:
parent
a5f2a20513
commit
008d4018f6
|
@ -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);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue