diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-29 05:02:43 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-29 05:02:43 +0000 |
commit | b504f51998e839691e0d8c68f3f3093907575594 (patch) | |
tree | 355651f32f904de21837b56b426e8245d82ef983 /EmulatorPkg/Library | |
parent | 8b4d274cb1cc6e734fb483730f5667bbda736556 (diff) | |
download | edk2-platforms-b504f51998e839691e0d8c68f3f3093907575594.tar.xz |
Optimize the log entry search algorithm to save boot performance.
1. Search from the first entry can be changed to Search from the end entry, because most End just follows its Start.
2. Match Start and End entry, the first comparison can be changed from Handle to EndTimeStamp, because only zero EndTimeStamp is required to be matched.
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13367 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg/Library')
0 files changed, 0 insertions, 0 deletions