summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-13 03:10:43 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-13 03:10:43 +0000
commit40571bfb80ae04f78ae31d4bb558ea4bc975a47c (patch)
treeb5d1aa450cdbcf34a02315b8417e3f353c969580 /MdeModulePkg
parentb703aec9f1af9b86a4fafef56729ecf993547118 (diff)
downloadedk2-40571bfb80ae04f78ae31d4bb558ea4bc975a47c.zip
edk2-40571bfb80ae04f78ae31d4bb558ea4bc975a47c.tar.gz
edk2-40571bfb80ae04f78ae31d4bb558ea4bc975a47c.tar.bz2
Refine some comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7871 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Include/Library/BaseMemoryTestLib.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/MdeModulePkg/Include/Library/BaseMemoryTestLib.h b/MdeModulePkg/Include/Library/BaseMemoryTestLib.h
index 0dad0b2..12c043c 100644
--- a/MdeModulePkg/Include/Library/BaseMemoryTestLib.h
+++ b/MdeModulePkg/Include/Library/BaseMemoryTestLib.h
@@ -17,11 +17,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
/**
- Test a system memory range with sparsely sampled memory units.
+ Perform a quick system memory range test.
- This function tests a system memory range, whose memory units
- are sampled sparsely. It leads to quick performance but less
- reliability.
+ This function performs a quick system memory range test. It leads to quick performance
+ but least reliability.
@param StartAddress Start address of the memory range to test.
@param Length Length of the memory range to test.
@@ -40,11 +39,11 @@ QuickMemoryTest (
);
/**
- Test a system memory range with extensively sampled memory units.
+ Test a system memory range with sparsely sampled memory units.
This function tests a system memory range, whose memory units
- are sampled extensively. Compared with SparseMemoryTest, it achieves
- more reliability and less performance.
+ are sampled sparsely. It leads to relatively good performance
+ and partial reliability.
@param StartAddress Start address of the memory range to test.
@param Length Length of the memory range to test.