]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.c
Update function comments to remove confused description on PerformanceLib EndPerforma...
[mirror_edk2.git] / MdeModulePkg / Library / DxeSmmPerformanceLib / DxeSmmPerformanceLib.c
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
-  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
@@ -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
-  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