Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem
https://github.com/Manta-Network
GNU General Public License v3.0
79 stars 50 forks source link

Add ECLAIR Measurement Macro #198

Closed bhgomes closed 1 year ago

bhgomes commented 2 years ago

We should have a macro (maybe it's called measure!) which is like the macros in the log or tracing crate which allow circuits to be measured depending on a configuration or feature flag and give a custom interface for storing the measurements (printing to stdout or logging to file, etc.). Perhaps we can actually use those crates too?

bhgomes commented 1 year ago

Moved to https://github.com/openzklib/openzl/issues/6.