]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.uni
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Library / DxeCorePerformanceLib / DxeCorePerformanceLib.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// Performance library instance mainly for DxeCore usage.\r
3//\r
4// This library provides the performance measurement interfaces and initializes performance\r
5// logging for DXE phase. It first initializes its private global data structure for\r
6// performance logging and saves the performance GUIDed HOB passed from PEI phase.\r
7// It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Protocol,\r
8// which is consumed by DxePerformanceLib to logging performance data in DXE phase.\r
9// This library is mainly used by DxeCore to start performance logging to ensure that\r
10// Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.\r
11//\r
12// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
13//\r
14// This program and the accompanying materials\r
15// are licensed and made available under the terms and conditions of the BSD License\r
16// which accompanies this distribution. The full text of the license may be found at\r
17// http://opensource.org/licenses/bsd-license.php\r
18// \r
19// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21//\r
22// **/\r
23\r
24\r
25#string STR_MODULE_ABSTRACT #language en-US "Performance library instance mainly for DxeCore usage"\r
26\r
27#string STR_MODULE_DESCRIPTION #language en-US "This library provides the performance measurement interfaces and initializes performance logging for DXE phase. It first initializes its private global data structure for performance logging and saves the performance GUIDed HOB passed from the PEI phase. It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Protocol, which is consumed by DxePerformanceLib to logging performance data in DXE phase. This library is mainly used by DxeCore to start performance logging to ensure that Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase."\r
28\r