]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update function comments to remove confused description on PerformanceLib EndPerforma...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Apr 2012 09:45:59 +0000 (09:45 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Apr 2012 09:45:59 +0000 (09:45 +0000)
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13201 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.c
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c

index febf05991a47774b946a3893e9ed2859d81c73c1..5fb3ff226442c0e86706440fed53e4ea19575d06 100644 (file)
@@ -6,7 +6,7 @@
   to log performance data. If Performance Protocol is not available, it does not log any\r
   performance information.\r
 \r
   to log performance data. If Performance Protocol is not available, it does not log any\r
   performance information.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, 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
 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
@@ -116,7 +116,6 @@ StartPerformanceMeasurement (
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   the current time stamp and adds that time stamp value to the record as the end time.\r
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   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
                                   to identify the component being measured.\r
 \r
   @param  Handle                  Pointer to environment specific context used\r
                                   to identify the component being measured.\r
index 3b0a9f6271b037fdf97844244d3f33dfd3dc993b..19e9877cbfbaef5b48240c99f16f7e353ca25301 100644 (file)
@@ -4,7 +4,7 @@
   This library instance allows a DXE driver or UEFI application to dump the SMM performance data.\r
   StartPerformanceMeasurement() and EndPerformanceMeasurement() are not implemented.\r
 \r
   This library instance allows a DXE driver or UEFI application to dump the SMM performance data.\r
   StartPerformanceMeasurement() and EndPerformanceMeasurement() are not implemented.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2012, 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
 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
@@ -116,7 +116,6 @@ StartPerformanceMeasurement (
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   the current time stamp and adds that time stamp value to the record as the end time.\r
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   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
                                   to identify the component being measured.\r
 \r
   @param  Handle                  Pointer to environment specific context used\r
                                   to identify the component being measured.\r
index 190ffe63a82e0e49c9821cfa77ae4ac04f97f299..3b6a44c9b295c9de2bf8b7ee64c76cc770c407e8 100644 (file)
@@ -6,7 +6,7 @@
   performance data to the GUIDed HOB. Due to the limitation of temporary RAM, the maximum\r
   number of performance logging entry is specified by PcdMaxPeiPerformanceLogEntries.  \r
 \r
   performance data to the GUIDed HOB. Due to the limitation of temporary RAM, the maximum\r
   number of performance logging entry is specified by PcdMaxPeiPerformanceLogEntries.  \r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2012, 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
 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
@@ -197,7 +197,6 @@ StartPerformanceMeasurement (
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   the current time stamp and adds that time stamp value to the record as the end time.\r
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   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
                                   to identify the component being measured.\r
 \r
   @param  Handle                  Pointer to environment specific context used\r
                                   to identify the component being measured.\r
index 106155984a3f0b6390a096d88e0b261185602a60..3644824e7bd1c5bc811045f083e0f8b4fadc5e60 100644 (file)
@@ -6,7 +6,7 @@
   to log performance data. If Performance Protocol is not available, it does not log any\r
   performance information.\r
 \r
   to log performance data. If Performance Protocol is not available, it does not log any\r
   performance information.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2012, 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
 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
@@ -145,7 +145,6 @@ StartPerformanceMeasurement (
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   the current time stamp and adds that time stamp value to the record as the end time.\r
   then TimeStamp is added to the record as the end time.\r
   If the record is found and TimeStamp is zero, then this function reads\r
   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
                                   to identify the component being measured.\r
 \r
   @param  Handle                  Pointer to environment specific context used\r
                                   to identify the component being measured.\r