bevy/crates/bevy_internal
François 882c86eee3
add a feature for memory tracing with tracy (#8272)
# Objective

- Expose a feature for tracing with Tracy to profile memory
(https://docs.rs/tracy-client/0.15.2/tracy_client/struct.ProfiledAllocator.html)
- This is a separate feature than just tracing as it can have an
additional cost

<img width="1912" alt="Screenshot 2023-03-30 at 08 39 49"
src="https://user-images.githubusercontent.com/8672791/228985566-dd62fff8-1cbf-4f59-8a10-80c796daba0c.png">
2023-04-17 16:04:46 +00:00
..
src Suppress the clippy::type_complexity lint (#8313) 2023-04-06 21:27:36 +00:00
Cargo.toml add a feature for memory tracing with tracy (#8272) 2023-04-17 16:04:46 +00:00