diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-21 22:04:35 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-21 22:04:35 +0000 |
commit | d39eb83cc5ce2147264e2ea3566c4dbf7eb9888d (patch) | |
tree | b606874083dc56330d7b1650599d620f39f0b1df /BeagleBoardPkg/Bds/BdsEntry.c | |
parent | d02b28d736c19b9a59690008e56c63e839fcf28f (diff) | |
download | edk2-platforms-d39eb83cc5ce2147264e2ea3566c4dbf7eb9888d.tar.xz |
Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10388 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/Bds/BdsEntry.c')
-rw-r--r-- | BeagleBoardPkg/Bds/BdsEntry.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BeagleBoardPkg/Bds/BdsEntry.c b/BeagleBoardPkg/Bds/BdsEntry.c index 05afd190dd..025de152f5 100644 --- a/BeagleBoardPkg/Bds/BdsEntry.c +++ b/BeagleBoardPkg/Bds/BdsEntry.c @@ -74,6 +74,10 @@ BdsEntry ( EFI_DEVICE_PATH_PROTOCOL *LoadImageDevicePath;
EFI_DEVICE_PATH_PROTOCOL *FileSystemDevicePath;
+ PERF_END (NULL, "DXE", NULL, 0);
+ PERF_START (NULL, "BDS", NULL, 0);
+
+
//
// Now do the EFI stuff
//
|