snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Proposal] Profiling in snarkvm-fields should be optional

Open MauroToscano opened this issue 3 years ago • 0 comments

💥 Proposal

aleo-std crate is used for profiling in snarkvm-fields. This crate and its invocations should be enabled with an independent feature.

fields/src/traits/poseidon_default.rs is the only file on snarkvm-fields using this crate for profiling

The uses of end_timer and start_timer can be wrapped with a cfg feature enabled as needed

MauroToscano avatar Sep 22 '22 21:09 MauroToscano