covr icon indicating copy to clipboard operation
covr copied to clipboard

Trace hooks as part of a session trace

Open siddharthab opened this issue 3 years ago • 0 comments

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.

siddharthab avatar Mar 30 '21 14:03 siddharthab