X Tutup
Skip to content

Add Time Profiling Information to the Protocol#1407

Merged
iamrecursion merged 18 commits intomainfrom
wip/ara/time-profiling
Jan 19, 2021
Merged

Add Time Profiling Information to the Protocol#1407
iamrecursion merged 18 commits intomainfrom
wip/ara/time-profiling

Conversation

@iamrecursion
Copy link
Contributor

Pull Request Description

This PR adds an extensible mechanism for sending profiling information about introspected expressions to the IDE. It also includes temporal profiling by default, measuring the wall-clock execution time of the attached expression. Please note that we send the raw values. Doing nice display things with them (e.g. a moving average) is the responsibility of the IDE.

Closes #1353.

Important Notes

N/A

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@iamrecursion iamrecursion added Type: Enhancement p-highest Should be completed ASAP labels Jan 18, 2021
@iamrecursion iamrecursion requested a review from 4e6 January 18, 2021 13:55
@iamrecursion iamrecursion self-assigned this Jan 18, 2021
Copy link
Contributor

@4e6 4e6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just comments about the naming. Approving because can't come up with a better name myself

@iamrecursion iamrecursion merged commit b5b4dfa into main Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p-highest Should be completed ASAP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collection of Visual Runtime Information

2 participants

X Tutup