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

Limit performance test duration #328

Open
clsid2 opened this issue Feb 18, 2019 · 1 comment
Open

Limit performance test duration #328

clsid2 opened this issue Feb 18, 2019 · 1 comment

Comments

@clsid2
Copy link

clsid2 commented Feb 18, 2019

It would be useful to have an option to limit the amount of frames that are decoded in each run during a performance test. For example 1000 frames. This would allow using files with long duration to test performance of the filter chain.

@mikecopperwhite
Copy link
Collaborator

If the graph supports setting a stop position with IMediaSeeking ( menu Play/Seek... ) seek the graph and set a stop position before starting the test. Each test run will stop at the stop position.

The performance test currently doesn't preserve the start position before testing starts. This would be a useful additional feature.

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

No branches or pull requests

2 participants