leo
leo copied to clipboard
[Feature] Print number of variables when calling leo run
🚀 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.