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:
@@ -190,6 +190,9 @@ PeiCore (
|
|||||||
FixedPcdGet32 (PcdStatusCodeValuePeiCoreEntry)
|
FixedPcdGet32 (PcdStatusCodeValuePeiCoreEntry)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
PERF_START (NULL, "SEC", NULL, 1);
|
||||||
|
PERF_END (NULL, "SEC", NULL, Tick);
|
||||||
|
|
||||||
PERF_START (NULL,"PEI", NULL, Tick);
|
PERF_START (NULL,"PEI", NULL, Tick);
|
||||||
//
|
//
|
||||||
// If first pass, start performance measurement.
|
// If first pass, start performance measurement.
|
||||||
|
Reference in New Issue
Block a user