[G-API] Pipeline modeling tool: Refactor calculating performance statistics#23211
Merged
alalek merged 15 commits intoopencv:4.xfrom Feb 15, 2023
Merged
Conversation
Contributor
Author
|
@smirnov-alexey Could you have a look, please? |
|
|
||
| LARGE_INTEGER li; | ||
| li.QuadPart = -ns_units; | ||
| // NB: It takes portions of 100 nanoseconds. |
Contributor
There was a problem hiding this comment.
Please, change It to QuadPart
smirnov-alexey
approved these changes
Feb 8, 2023
Contributor
smirnov-alexey
left a comment
There was a problem hiding this comment.
Looks good. Please address my comments though
…thub.com/TolyaTalamanov/opencv into at/pipeline-modeling-tool-perf-alignment
TolyaTalamanov
commented
Feb 9, 2023
bd255b3 to
bf133e1
Compare
…:TolyaTalamanov/opencv into at/pipeline-modeling-tool-perf-alignment
Contributor
Author
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
…ing-tool-perf-alignment [G-API] Pipeline modeling tool: Refactor calculating performance statistics * Add warmup execution * Align perf metrics * Add busy wait mode for source * Small fix for late frames * pl_fn to src_fn * Change show statistics * Correct warm-up iteration * Properly calculate drop frames * Enable frame dropping for streaming mode * Enable frame dropping for streaming mode * Fix comments to review * Fix typos * Cosmetic
Merged
geversonsto
pushed a commit
to stodev-com-br/opencv
that referenced
this pull request
Jun 3, 2023
…ing-tool-perf-alignment [G-API] Pipeline modeling tool: Refactor calculating performance statistics * Add warmup execution * Align perf metrics * Add busy wait mode for source * Small fix for late frames * pl_fn to src_fn * Change show statistics * Correct warm-up iteration * Properly calculate drop frames * Enable frame dropping for streaming mode * Enable frame dropping for streaming mode * Fix comments to review * Fix typos * Cosmetic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
Overview
wait_modeproperty forsource. It has two supported options:busy/sleep. The reason for adding is thatbusywait approach works more accurate thansleep.doubleinstead ofint.warm-upiteration.