π Feature
It would be great if we would also print the number of internally generated variables:
β’ 'helloworld.aleo/main' - 33 constraints and X internal variables (called 1 time)
Motivation
Since introducing https://github.com/AleoNet/snarkVM/pull/2444
Its useful for developers to know how many variables their program is generating.
This will also require adjusting the CallMetrics struct.
π Feature
It would be great if we would also print the number of internally generated variables:
β’ 'helloworld.aleo/main' - 33 constraints and X internal variables (called 1 time)Motivation
Since introducing https://github.com/AleoNet/snarkVM/pull/2444
Its useful for developers to know how many variables their program is generating.
This will also require adjusting the
CallMetricsstruct.