llogiq / flame

An intrusive flamegraph profiling tool for rust.
Apache License 2.0
694 stars 30 forks source link

WIP: fix build without json feature #55

Open llogiq opened 3 years ago

llogiq commented 3 years ago

I've put the json dump from the example behind a #[cfg(..)] so the build works. However, the threads test fails without the feature. I'll need to look deeper into this.