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

Add performance metrics to the VM #32

Open
bigspider opened this issue Sep 19, 2024 · 0 comments
Open

Add performance metrics to the VM #32

bigspider opened this issue Sep 19, 2024 · 0 comments

Comments

@bigspider
Copy link
Collaborator

It would be useful to be able to measure interesting performance metrics during execution of a V-App, possibly as an optional feature.
Obvious ones:

  • number of executed instructions
  • number of page loads/commits

Other possibly useful ones:

  • number of times each ecall was called

Optional advanced ones (maybe later):

  • tracing of all instructions
  • tracing of all memory accesses

The collected metrics could also be added as part of the CI for the benchmarking apps.

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

No branches or pull requests

1 participant