mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Updated project directories for unified 'systemUI' folder (#5034)
This commit is contained in:
11
systemUI/viewcapture/README.md
Normal file
11
systemUI/viewcapture/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ViewCapture Library
|
||||
|
||||
> [!CAUTION]
|
||||
> `ViewCapture.java` is **extremely performance sensitive**.
|
||||
> **Any changes should be carried out with great caution** not to hurt performance.
|
||||
|
||||
The following measurements should serve as a performance baseline (as of 02.10.2022):
|
||||
|
||||
The onDraw() function invocation time in WindowListener within ViewCapture is measured with System.nanoTime(). The following scenario was measured:
|
||||
|
||||
1. Capturing the notification shade window root view on a freshly rebooted bluejay device (2 notifications present) -> avg. time = 204237ns (0.2ms)
|
||||
Reference in New Issue
Block a user