Hello,
When testing the get_picture("Color") function using only the integrated GPU on the CPU (e.g., Intel UHD Graphics), the average execution time per call is about 0.03 seconds.
I would like to ask:
Is this execution time considered normal when running solely on integrated CPU graphics?
If a dedicated GPU (such as NVIDIA GeForce RTX 4060) is available, roughly how fast could this function run? Are there any benchmark results?
Does the execution time mainly depend on GPU performance, or are other factors (such as memory bandwidth or API overhead) more significant?
Test Environment
OS: Ubuntu 22.04.5 LTS (Jammy)
CPU: 13th Gen Intel Core i5-13400 (10 cores / 16 threads, up to 4.6GHz)
Integrated GPU: Intel UHD Graphics (PCI ID: 4682)
GPU Driver: i915 (Mesa, resolution 1920x1080)