-
Notifications
You must be signed in to change notification settings - Fork 189
Optimize screenshots layer #2385
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
base: main
Are you sure you want to change the base?
Conversation
Format code, update min Android version + a minor cleanup.
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
CI VulkanTools build queued with queue ID 447274. |
CI VulkanTools build # 4487 running. |
CI VulkanTools build # 4487 passed. |
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Perf optimization.
Make it possible to pause / resume screenshot capture at runtime.
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Write a `paused` file on screenshot capture is paused && write done.
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Author olehkuznetsov not on autobuild list. Waiting for curator authorization before starting CI build. |
Screenshots are saved on another thread.
Support scaling.
Additional PAM file format.
Reuse created data for next screenshots.
Support for Android atrace profiling.
a bit of code refactoring.