-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: add opcodes profile information #45
Conversation
Needs noir-lang/noir#3496 |
this is great, thanks @kobyhallx |
I'm not seeing any line decorations in vscode. It's instead throwing an error that Edit: managed to fix this. There's not very good feedback in the case where the profiling codelens fails. |
This reverts commit 78e529a.
Are you going to bring this fix back? |
Adds Command (with codelens
Profile
and key bindingshift+alt+ctrl+n p
to invoke profile command in LSP and display results as line decoration at the end, eg.// 15 ACIR opcodes
. More detailed information is available on hover of individual code fragment (span).Part of
feat: Expose Profile information in vscode noir-lang/noir#3501