Files
oak-gpui/tooling/perf/src/lib.rs
T
2026-03-22 12:21:07 -04:00

8 lines
254 B
Rust

//! Some constants and datatypes used in the Zed perf profiler. Should only be
//! consumed by the crate providing the matching macros.
//!
//! For usage documentation, see the docs on this crate's binary.
mod implementation;
pub use implementation::*;