Skip to content

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

Merged
philburk merged 2 commits intomainfrom
fast_latency
Nov 28, 2023
Merged

OboeTester: speed up latency analysis by >100X#1940
philburk merged 2 commits intomainfrom
fast_latency

Conversation

@philburk
Copy link
Copy Markdown
Contributor

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
Comment thread apps/OboeTester/app/src/main/cpp/analyzer/LatencyAnalyzer.h Outdated
@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
@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