EmbarkStudios / puffin

🐦 Friendly little instrumentation profiler for Rust 🦀
Apache License 2.0
1.49k stars 75 forks source link

Add extended version of `puffin::profile_scope!()` #213

Closed v0x0g closed 4 months ago

v0x0g commented 5 months ago

Checklist

Description of Changes

Add extended version of puffin::profile_scope!() that expands to an expression instead of variable

Related Issues

As per request from @chrisduerr in #194

v0x0g commented 4 months ago

@emilk @TimonPost Any update on this?