We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hot spots of the test-runner process started by flacoco on math_70:
test-runner
flacoco
math_70
Self times
Expanded self times for the top result. This highlights that the most time consuming operation is analyzing the instrumented classes after execution.
Total times
Where to optimize?
(This is copied from ASSERT-KTH/flacoco#74)
The text was updated successfully, but these errors were encountered:
A possible path to optimize is to use online instrumentation (See https://www.eclemma.org/jacoco/trunk/doc/agent.html)
Sorry, something went wrong.
FYI, I'm experimenting with online instrumentation with JMX.
See https://github.com/andre15silva/test-runner/tree/online-prototype, working prototype but it is slower from my tests.
Btw @danglotb, I got online instrumentation working but it was even slower, so I gave up on that.
You might want to read the last two comments of ASSERT-KTH/flacoco#74, if you want to keep up to date with the optimization effort.
No branches or pull requests
Hot spots of the
test-runner
process started byflacoco
onmath_70
:Self times
Expanded self times for the top result. This highlights that the most time consuming operation is analyzing the instrumented classes after execution.
Total times
Where to optimize?
(This is copied from ASSERT-KTH/flacoco#74)
The text was updated successfully, but these errors were encountered: