]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PerformanceLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / PerformanceLib.h
index 8a8f5e3694ae2b53821ae6c7889e5c4163661e2a..100fd8d0cadc94e6a846480c920398db37504f25 100644 (file)
@@ -60,8 +60,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define PERF_GENERAL_TYPE                0x0040\r
 \r
 /**\r
-  Creates a record for the beginning of a performance measurement. \r
-  \r
+  Creates a record for the beginning of a performance measurement.\r
+\r
   Creates a record that contains the Handle, Token, and Module.\r
   If TimeStamp is not zero, then TimeStamp is added to the record as the start time.\r
   If TimeStamp is zero, then this function reads the current time stamp\r
@@ -90,8 +90,8 @@ StartPerformanceMeasurement (
   );\r
 \r
 /**\r
-  Fills in the end time of a performance measurement. \r
-  \r
+  Fills in the end time of a performance measurement.\r
+\r
   Looks up the record that matches Handle, Token, and Module.\r
   If the record can not be found then return RETURN_NOT_FOUND.\r
   If the record is found and TimeStamp is not zero,\r
@@ -122,7 +122,7 @@ EndPerformanceMeasurement (
   );\r
 \r
 /**\r
-  Attempts to retrieve a performance measurement log entry from the performance measurement log. \r
+  Attempts to retrieve a performance measurement log entry from the performance measurement log.\r
   It can also retrieve the log created by StartPerformanceMeasurementEx and EndPerformanceMeasurementEx,\r
   and then eliminate the Identifier.\r
 \r
@@ -147,9 +147,9 @@ EndPerformanceMeasurement (
                                   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
-                                  being measured.  \r
+                                  being measured.\r
   @param  Token                   Pointer to a Null-terminated ASCII string that identifies the component\r
-                                  being measured. \r
+                                  being measured.\r
   @param  Module                  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
@@ -163,7 +163,7 @@ EndPerformanceMeasurement (
 UINTN\r
 EFIAPI\r
 GetPerformanceMeasurement (\r
-  IN  UINTN       LogEntryKey, \r
+  IN  UINTN       LogEntryKey,\r
   OUT CONST VOID  **Handle,\r
   OUT CONST CHAR8 **Token,\r
   OUT CONST CHAR8 **Module,\r
@@ -283,7 +283,7 @@ EndPerformanceMeasurementEx (
 UINTN\r
 EFIAPI\r
 GetPerformanceMeasurementEx (\r
-  IN  UINTN       LogEntryKey, \r
+  IN  UINTN       LogEntryKey,\r
   OUT CONST VOID  **Handle,\r
   OUT CONST CHAR8 **Token,\r
   OUT CONST CHAR8 **Module,\r
@@ -293,8 +293,8 @@ GetPerformanceMeasurementEx (
   );\r
 \r
 /**\r
-  Returns TRUE if the performance measurement macros are enabled. \r
-  \r
+  Returns TRUE if the performance measurement macros are enabled.\r
+\r
   This function returns TRUE if the PERFORMANCE_LIBRARY_PROPERTY_MEASUREMENT_ENABLED bit of\r
   PcdPerformanceLibraryPropertyMask is set.  Otherwise FALSE is returned.\r
 \r