diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-04-25 10:12:09 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-04-25 10:12:09 +0000 |
commit | 843833f953fa15a8280036557c1ea7647e87e6bc (patch) | |
tree | 1e34df3d9ee0c6ab66ce025ce895160cf7fc2316 /MdeModulePkg/Library | |
parent | 1658440eed04c9bdfb187d63992f7722ed8c4577 (diff) | |
download | edk2-platforms-843833f953fa15a8280036557c1ea7647e87e6bc.tar.xz |
Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEntry().
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13219 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c index 49011b701c..7a2d3da0ec 100644 --- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c +++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c @@ -90,6 +90,7 @@ InternalGetPerformanceHobLog ( @param PeiPerformanceLog Pointer to the data structure containing PEI
performance data.
+ @param PeiPerformanceIdArray Pointer to PEI performance identifier array.
@param Handle Pointer to environment specific context used
to identify the component being measured.
@param Token Pointer to a Null-terminated ASCII string
|