From 3dffec127ca064718d9ad1ef0e874d7b7e4cb439 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 17 Apr 2012 09:45:59 +0000 Subject: Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. Signed-off-by: Liming Gao Reviewed-by: Star Zeng git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13201 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdeModulePkg/Library/SmmPerformanceLib') diff --git a/MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c b/MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c index 106155984a..3644824e7b 100644 --- a/MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c +++ b/MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c @@ -6,7 +6,7 @@ to log performance data. If Performance Protocol is not available, it does not log any performance information. - Copyright (c) 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -145,7 +145,6 @@ StartPerformanceMeasurement ( then TimeStamp is added to the record as the end time. If the record is found and TimeStamp is zero, then this function reads the current time stamp and adds that time stamp value to the record as the end time. - If this function is called multiple times for the same record, then the end time is overwritten. @param Handle Pointer to environment specific context used to identify the component being measured. -- cgit v1.2.3