gpui-pre-perf 0.3.2

A tool for measuring Zed test performance, with too many Clippy lints (gpui-pre snapshot of zed@801c087)
Documentation
1
2
3
4
5
6
7
//! 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::*;