snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Proposal] Profiling in snarkvm-console-collections should be optional

Open MauroToscano opened this issue 3 years ago • 0 comments

💥 Proposal

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

src/merkle_tree/mod.rs is the only file on snarkvm-console-collections using this crate for profiling

The uses of timer and lap can be wrapped with a cfg feature enabled as needed

MauroToscano avatar Sep 22 '22 21:09 MauroToscano