patina_performance 23.2.1

Performance measurement infrastructure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Patina Performance Components
//!
//! ## License
//!
//! Copyright (c) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0
//!

mod performance;
mod protocol;
mod table;

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