-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add --flush-inside-measurement-range option #1213
Add --flush-inside-measurement-range option #1213
Conversation
CI gfxreconstruct build queued with queue ID 12229. |
CI gfxreconstruct build # 3023 running. |
CI gfxreconstruct build # 3023 passed. |
3946108
to
3c701e5
Compare
CI gfxreconstruct build queued with queue ID 122830. |
CI gfxreconstruct build # 3697 running. |
CI gfxreconstruct build # 3697 passed. |
Add option to flush and wait all current GPU work to finish at the end of every frame inside the measurement range. This allows to take measurements on each frame individually without jobs interleaving between two frames. Change-Id: I5e55fcfc33c4baa344445a963fedbe80e94c925c
Update the usage and replay scripts to support the new --flush-inside-measurement-range option.
3c701e5
to
dc9834d
Compare
CI gfxreconstruct build queued with queue ID 131347. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I just added another commit to add to the documentation as well as support for the script.
CI gfxreconstruct build # 3728 running. |
CI gfxreconstruct build # 3728 aborted. |
CI gfxreconstruct build queued with queue ID 133047. |
CI gfxreconstruct build # 3731 running. |
CI gfxreconstruct build # 3731 passed. |
Add option to flush and wait all current GPU work to finish at the end of every frame inside the measurement range.
This allows to take measurements on each frame individually without jobs interleaving between two frames.