summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-04-08 17:34:58 +0800
committerLiming Gao <liming.gao@intel.com>2016-04-11 16:20:28 +0800
commitef8d41707d2ce14b0eb294ec7b2cd96549215dd1 (patch)
tree4e847dea6ddbabc3098bee636624a54fe3c287ea /MdePkg
parentcc7c6a37d4b4fbcccb3718384d98dcd48494fe90 (diff)
downloadedk2-ef8d41707d2ce14b0eb294ec7b2cd96549215dd1.tar.gz
edk2-ef8d41707d2ce14b0eb294ec7b2cd96549215dd1.tar.bz2
edk2-ef8d41707d2ce14b0eb294ec7b2cd96549215dd1.zip
MdePkg: Update PerformanceLib comments not to check Identifier.
In PerformanceLib, Identifier is for single PERF, not the pair of PERF. When find the matched START and END pair, the identifier will not be checked. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/PerformanceLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/PerformanceLib.h b/MdePkg/Include/Library/PerformanceLib.h
index cf85163be6..3ecd62bd20 100644
--- a/MdePkg/Include/Library/PerformanceLib.h
+++ b/MdePkg/Include/Library/PerformanceLib.h
@@ -1,7 +1,7 @@
/** @file
Provides services to log the execution times and retrieve them later.
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
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
@@ -168,7 +168,7 @@ StartPerformanceMeasurementEx (
/**
Fills in the end time of a performance measurement.
- Looks up the record that matches Handle, Token, Module and Identifier.
+ Looks up the record that matches Handle, Token and Module.
If the record can not be found then return RETURN_NOT_FOUND.
If the record is found and TimeStamp is not zero,
then TimeStamp is added to the record as the end time.