]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCorePerformanceLib / DxeCorePerformanceLib.uni
1 // /** @file
2 // Performance library instance mainly for DxeCore usage.
3 //
4 // This library provides the performance measurement interfaces and initializes performance
5 // logging for DXE phase. It first initializes its private global data structure for
6 // performance logging and saves the performance GUIDed HOB passed from PEI phase.
7 // It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Protocol,
8 // which is consumed by DxePerformanceLib to logging performance data in DXE phase.
9 // This library is mainly used by DxeCore to start performance logging to ensure that
10 // Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.
11 //
12 // Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
13 //
14 // SPDX-License-Identifier: BSD-2-Clause-Patent
15 //
16 // **/
17
18
19 #string STR_MODULE_ABSTRACT #language en-US "Performance library instance mainly for DxeCore usage"
20
21 #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."
22