]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/PeiPerformanceHob.h
Retire Print protocol in MdeModulePkg and update Print2 protocol to provide full...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / PeiPerformanceHob.h
index 1ae7e03f8957a596c7f1d8dd99dbec6e0811024d..7aef6e4ad4b7a299ab4b925bea7b6cdf9c7932d1 100644 (file)
@@ -1,8 +1,9 @@
 /** @file\r
   This file defines performance guid for the performance entry in the HOB list, \r
-  and define the PEI Performance HOB data structures.\r
+  and define the PEI Performance HOB data structures. \r
+  This hob can be used to store the boot performance data of pei phase.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+Copyright (c) 2006 - 2009, Intel Corporation. <BR>\r
 All rights reserved. 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
@@ -30,17 +31,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
-  CHAR8                 Token[PEI_PERFORMANCE_STRING_SIZE];   /// Measured token string name \r
-  CHAR8                 Module[PEI_PERFORMANCE_STRING_SIZE];  /// Module string name\r
-  UINT64                StartTimeStamp;                       /// Start time point\r
-  UINT64                EndTimeStamp;                         /// End time point\r
+  CHAR8                 Token[PEI_PERFORMANCE_STRING_SIZE];   ///> Measured token string name \r
+  CHAR8                 Module[PEI_PERFORMANCE_STRING_SIZE];  ///> Module string name\r
+  UINT64                StartTimeStamp;                       ///> Start time point\r
+  UINT64                EndTimeStamp;                         ///> End time point\r
 } PEI_PERFORMANCE_LOG_ENTRY;\r
 \r
 //\r
 // The header must be aligned at 8 bytes.\r
 // \r
 typedef struct {\r
-  UINT32                NumberOfEntries;  /// The number of all performance log entries\r
+  UINT32                NumberOfEntries;  ///> The number of all performance log entries\r
   UINT32                Reserved;\r
 } PEI_PERFORMANCE_LOG_HEADER;\r
 \r