]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / BasePerformanceLibNull / PerformanceLib.c
index 95ecced4cf901a1c13cefb0fd374456d8b7069cf..ac934cd15be19af44ef12337060c99320472f6f0 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Base Performance Library which provides no service.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
   If TimeStamp is zero, then this function reads the current time stamp\r
   and adds that time stamp value to the record as the start time.\r
 \r
-  @param  Handle                  Pointer to environment specific context used\r
+  @param  Handle                  The pointer to environment specific context used\r
                                   to identify the component being measured.\r
-  @param  Token                   Pointer to a Null-terminated ASCII string\r
+  @param  Token                   The pointer to a Null-terminated ASCII string\r
                                   that identifies the component being measured.\r
-  @param  Module                  Pointer to a Null-terminated ASCII string\r
+  @param  Module                  The pointer to a Null-terminated ASCII string\r
                                   that identifies the module being measured.\r
   @param  TimeStamp               64-bit time stamp.\r
 \r
@@ -64,15 +64,15 @@ StartPerformanceMeasurement (
   the current time stamp and adds that time stamp value to the record as the end time.\r
   If this function is called multiple times for the same record, then the end time is overwritten.\r
 \r
-  @param  Handle                  Pointer to environment specific context used\r
+  @param  Handle                  The pointer to environment specific context used\r
                                   to identify the component being measured.\r
-  @param  Token                   Pointer to a Null-terminated ASCII string\r
+  @param  Token                   The pointer to a Null-terminated ASCII string\r
                                   that identifies the component being measured.\r
-  @param  Module                  Pointer to a Null-terminated ASCII string\r
+  @param  Module                  The pointer to a Null-terminated ASCII string\r
                                   that identifies the module being measured.\r
   @param  TimeStamp               64-bit time stamp.\r
 \r
-  @retval RETURN_SUCCESS          The end of  the measurement was recorded.\r
+  @retval RETURN_SUCCESS          The end of the measurement was recorded.\r
   @retval RETURN_NOT_FOUND        The specified measurement record could not be found.\r
   @retval RETURN_DEVICE_ERROR     A device error reading the time stamp.\r
 \r
@@ -112,15 +112,15 @@ EndPerformanceMeasurement (
   @param  LogEntryKey             On entry, the key of the performance measurement log entry to retrieve.\r
                                   0, then the first performance measurement log entry is retrieved.\r
                                   On exit, the key of the next performance lof entry entry.\r
-  @param  Handle                  Pointer to environment specific context used to identify the component\r
+  @param  Handle                  The pointer to environment specific context used to identify the component\r
                                   being measured.  \r
-  @param  Token                   Pointer to a Null-terminated ASCII string that identifies the component\r
+  @param  Token                   The pointer to a Null-terminated ASCII string that identifies the component\r
                                   being measured. \r
-  @param  Module                  Pointer to a Null-terminated ASCII string that identifies the module\r
+  @param  Module                  The pointer to a Null-terminated ASCII string that identifies the module\r
                                   being measured.\r
-  @param  StartTimeStamp          Pointer to the 64-bit time stamp that was recorded when the measurement\r
+  @param  StartTimeStamp          The pointer to the 64-bit time stamp that was recorded when the measurement\r
                                   was started.\r
-  @param  EndTimeStamp            Pointer to the 64-bit time stamp that was recorded when the measurement\r
+  @param  EndTimeStamp            The pointer to the 64-bit time stamp that was recorded when the measurement\r
                                   was ended.\r
 \r
   @return The key for the next performance log entry (in general case).\r