]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
• BaseMemoryLib:
[mirror_edk2.git] / MdePkg / Library / BasePerformanceLibNull / PerformanceLib.c
index ec88d848ae3c0dbd827375c295b444be1010a593..406acb5ca07522c43a587ebc12313a3e03a30707 100644 (file)
   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                  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                   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                  Pointer to a Null-terminated ASCII string\r
                                   that identifies the module being measured.\r
-       @param  TimeStamp               64-bit time stamp.\r
+  @param  TimeStamp               64-bit time stamp.\r
 \r
   @retval RETURN_SUCCESS          The start of the measurement was recorded.\r
-       @retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.\r
+  @retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -57,16 +57,16 @@ 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                  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                   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                  Pointer to a Null-terminated ASCII string\r
                                   that identifies the module being measured.\r
-       @param  TimeStamp               64-bit time stamp.\r
+  @param  TimeStamp               64-bit time stamp.\r
 \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_NOT_FOUND        The specified measurement record could not be found.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -146,7 +146,7 @@ GetPerformanceMeasurement (
 \r
   @retval TRUE                    The PERFORMANCE_LIBRARY_PROPERTY_MEASUREMENT_ENABLED bit of\r
                                   PcdPerformanceLibraryPropertyMask is set.\r
-       @retval FALSE                   The PERFORMANCE_LIBRARY_PROPERTY_MEASUREMENT_ENABLED bit of\r
+  @retval FALSE                   The PERFORMANCE_LIBRARY_PROPERTY_MEASUREMENT_ENABLED bit of\r
                                   PcdPerformanceLibraryPropertyMask is clear.\r
 \r
 **/\r