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

Main loop profiling and disabling unnecessary parts #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janci007
Copy link

@janci007 janci007 commented Feb 8, 2021

This is not to be merged.

Only contains suggestions on what parts are not always required to be calculated and should be skipped if applicable to gain more FPS.

The code outputs time spent in each part of the computation in theoretical FPS (what FPS would that part of code achieve if it was running independently) - allows you to compare performance of operations and see the bottleneck.

This is not to be merged, only suggestions on what parts are not always required to be calculated and should be skipped if applicable to gain more FPS.
The code outputs time spent in each part of the computation in theoretical FPS (what FPS would that part of code achieve if it was running independently) - allows you to compare performance of operations and see the bottleneck.
@allo-
Copy link
Owner

allo- commented Feb 8, 2021

We should probably have some benchmark branch, merged with https://github.com/allo-/virtual_webcam_background/tree/benchmark_webcam_fps (I need to rebase it on master again).

I guess I can add some if only_sementation: around the commented parts as it is useful for many people.

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.

2 participants