tangentstorm / bex

A rust crate for boolean expressions (expression trees, decision diagrams, etc.)
https://docs.rs/bex/
MIT License
30 stars 2 forks source link

get coz profiler working #9

Open tangentstorm opened 5 years ago

tangentstorm commented 5 years ago

https://github.com/plasma-umass/coz

https://blog.acolyer.org/2015/10/14/coz-finding-code-that-counts-with-causal-profling/

It ought to be usable with rust. Just need to figure out the rust equivalent of the C++ annotation macros.

tangentstorm commented 1 year ago

someone else got it working on rust: https://github.com/plasma-umass/coz/tree/master/rust