aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
Apache License 2.0
320 stars 39 forks source link

Compilation fails with procmacro feature off #12

Closed cwfitzgerald closed 3 years ago

cwfitzgerald commented 3 years ago

On lib.rs:86 there's an unconditional import of the proc macro function that causes builds to fail with proc macros off.

aclysma commented 3 years ago

Thanks! I'm going to leave the issue open until 1) new version is published 2) CI is testing this

aclysma commented 3 years ago

Published as 0.1.10, CI should catch this if the regresses in the future. Thanks for reporting it!

cwfitzgerald commented 3 years ago

Thanks for the quick publish!