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

OboeTester: speed up latency analysis by >100X #1940

Merged
merged 2 commits into from
Nov 28, 2023
Merged

OboeTester: speed up latency analysis by >100X #1940

merged 2 commits into from
Nov 28, 2023

Conversation

philburk
Copy link
Collaborator

The latncy analysis was too slow on lower end devices. This use a rough pass to find an approximate latency.

Then it does a fine grained analysis in a small window around the approximate peak to find the exact value.

Fixes #1939

The latncy analysis was too slow on lower end devices.
This use a rough pass to find an approximate latency.

Then it does a fine grained analysis in a small window
around the approximate peak to find the exact value.

Fixes #1939
@philburk philburk changed the title OboeTester: speed up latency analysis by 100X OboeTester: speed up latency analysis by >100X Nov 24, 2023
@philburk philburk requested a review from robertwu1 November 27, 2023 17:03
@philburk philburk merged commit 6ae0e3f into main Nov 28, 2023
3 checks passed
@philburk philburk deleted the fast_latency branch November 28, 2023 18:58
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.

OboeTester latency analysis is too slow
2 participants