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

feat: RUN-798: Add call context perf counter #435

Merged

Conversation

dfinity-berestovskyy
Copy link
Contributor

Description

Add performance counter type 1: the number of WebAssembly instructions the canister has executed within the call context of the current Message execution since call context creation.

The counter monotonically increases across all message executions in the call context until the corresponding call context is removed.

How Has This Been Tested?

The feature is covered with IC tests.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@dfinity-berestovskyy dfinity-berestovskyy requested a review from a team as a code owner October 11, 2023 20:18
@lwshang lwshang merged commit cda6077 into dfinity:main Oct 12, 2023
14 checks passed
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

Successfully merging this pull request may close these issues.

3 participants