]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/PrePiLib: Remove the performance measurements from the library
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 10:57:38 +0000 (10:57 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 10:57:38 +0000 (10:57 +0000)
commit6da6db17a48485e947d8e4e4c1688b29c23fc3d2
tree28da8c2ff2d3194fc00e1d80ebc2dcad115e952f
parent05e48e00834b32e4bd2e9456a47911c88989e943
EmbeddedPkg/PrePiLib: Remove the performance measurements from the library

The PrePiLib should really be used for the PEI phase (not the SEC phase).
It is the DXE core that take the tick for the end of the PEI phase.

The Platform PrePi module should be responsible to take the tick when it
starts for the PEI phase.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11946 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/Library/PrePiLib/PrePiLib.c