Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Print number of variables when calling leo run #27934

Open
vicsn opened this issue May 6, 2024 · 1 comment
Open

[Feature] Print number of variables when calling leo run #27934

vicsn opened this issue May 6, 2024 · 1 comment
Labels
feature A new feature.

Comments

@vicsn
Copy link

vicsn commented May 6, 2024

🚀 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 AleoNet/snarkVM#2444
Its useful for developers to know how many variables their program is generating.

This will also require adjusting the CallMetrics struct.

@vicsn vicsn added the feature A new feature. label May 6, 2024
@asharma13524
Copy link
Contributor

just made some changes to my snarkos version here locally and deployed to capture num of variables for now, but could possibly take this work up depending on best approach we want to take here @d0cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature.
Projects
None yet
Development

No branches or pull requests

2 participants