Files
oak-gpui/crates/util_macros/Cargo.toml
T
Nia 11041ef3b0 perf: Greatly expand profiler (#38584)
Expands on #38543 (notably allows setting importance categories and
weights on tests, and a lot of internal refactoring) because I couldn't
help myself. Also allows exporting runs to json and comparing across them. See code for docs.

Release Notes:

- N/A
2025-09-21 13:54:59 +02:00

24 lines
361 B
TOML

[package]
name = "util_macros"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/util_macros.rs"
proc-macro = true
doctest = false
[dependencies]
quote.workspace = true
syn.workspace = true
perf.workspace = true
workspace-hack.workspace = true
[features]
perf-enabled = []