]> git.proxmox.com Git - mirror_edk2.git/commit
Assume Tick value 1 as the beginning time of boot.
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 02:12:47 +0000 (02:12 +0000)
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 02:12:47 +0000 (02:12 +0000)
commit07341a33f2500cadd31ede356cac546c28e03ae5
tree63c087fc1a146847354dd2448be74393463ad7d1
parent85e385f42b3a93dd51d76173eb4083f9caf803d7
Assume Tick value 1 as the beginning time of boot.
This is part of the fix of #202075 to make sure the usage model below doesn’t break:
PERF_START (0, “Token1”, “Module1”, 1);
PERF_END (0, “Token1”, Module1”, 0);

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9943 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/Performance.c