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

Trace hooks as part of a session trace #468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

siddharthab
Copy link
Contributor

This allows to instrument packages such that a single test run can trace
multiple packages and output trace counters for all of them together on
session exit.

In my understanding, without this, the counters would reset whenever
a new instrumented package is loaded while the tests are running.

I am not sure if this is the best design, but wanted to start a discussion
on how best to profile multiple packages through a single test suite.

This allows to instrument packages such that a single test run can trace
multiple packages and output trace counters on session exit.
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.

None yet

1 participant