A thin abstraction over profiler crates like puffin, tracy, and superluminal for easy profiling integration.
# Cargo.toml
[dependencies]
profiling = "1.0.18"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example of using the profiling scope macro to instrument code.
Add a backend like `profiling = { version = "1.0", features = ["puffin"] }` to Cargo.toml.No dependency data recorded yet.