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

Abstract setting throughput points #25

Open
Byte-Lab opened this issue Jul 30, 2017 · 0 comments
Open

Abstract setting throughput points #25

Byte-Lab opened this issue Jul 30, 2017 · 0 comments
Assignees
Labels

Comments

@Byte-Lab
Copy link
Owner

We want to abstract the code for setting and querying throughput points into a separate service. This is important because JVMTI breakpoints are known to be a source of inaccuracy due to the fact that it uses dynamic decompilation to fire the breakpoint code. By abstracting this, we can just call the service directly from the profiler, and change the backend implementation without having to change any other part of the profiler.

@Byte-Lab Byte-Lab added this to the Open Source Ready milestone Jul 30, 2017
@Byte-Lab Byte-Lab self-assigned this Jul 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant