patina_performance 14.1.0

Performance support for the DXE Core.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Patina Performance Components
//!
//! ## License
//!
//! Copyright (c) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0
//!

pub mod performance;
pub mod performance_config_provider;

// Re-export the Performance component for easier access.
pub use performance::Performance;