leo icon indicating copy to clipboard operation
leo copied to clipboard

[Feature] Print number of variables when calling leo run

Open vicsn opened this issue 9 months ago • 1 comments

🚀 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.

vicsn avatar May 06 '24 13:05 vicsn