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

implement queue timing using Datadog profiler, remove JFR implementation #5439

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

richardstartin
Copy link
Member

What Does This Do

Motivation

Additional Notes

@pr-commenter
Copy link

pr-commenter bot commented Jun 21, 2023

Benchmarks

Parameters

Baseline Candidate
commit 1.17.0-SNAPSHOT~fdb5efd29d 1.17.0-SNAPSHOT~9976840f42
config baseline candidate
See matching parameters
Baseline Candidate
module Agent Agent
parent None None

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 22 cases.

@richardstartin richardstartin force-pushed the rgs/ddprof-queuetime branch 2 times, most recently from 4488838 to a610ac9 Compare June 21, 2023 14:11
@richardstartin richardstartin marked this pull request as ready for review June 21, 2023 17:35
@richardstartin richardstartin requested review from a team as code owners June 21, 2023 17:35

@Override
public void close() {
long endMillis = System.currentTimeMillis();
Copy link
Contributor

Choose a reason for hiding this comment

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

We are ok with System.currentTimeMillis() not being strictly monotonic?

Copy link
Member Author

Choose a reason for hiding this comment

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

We're looking for >= 50ms time spent in the queue, and while this isn't monotonic, it has the same origin wherever you call it.

@richardstartin richardstartin merged commit f67e661 into master Jun 22, 2023
@richardstartin richardstartin deleted the rgs/ddprof-queuetime branch June 22, 2023 09:41
@github-actions github-actions bot added this to the 1.17.0 milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants