mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
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
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user