You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to compare the CPU & Memory usage between GPUImage2 and GPUImage3 on filters group, my device is iPhone XR in HongKong, iOS system is 12.1.4. Here is my code:
On GPUImage2 the CPU usage between 16% ~ 20%, Memory usage between 90 - 100 MB.
On GPUImage3 the CPU usage between 46% ~ 52%, Memory usage between 190 - 200 MB.
Why GPUImage3 performance worst than GPUImage2 ?
The text was updated successfully, but these errors were encountered:
dito010
changed the title
CPU usage exceed than GPUImage2
CPU & Memory usage exceed than GPUImage2 ?
Feb 27, 2019
GPUImage 3 is still just getting built out, so we don't have the same optimizations in place that I did in GPUImage 2. This is especially true about the inputs and outputs, and I'm pretty sure something's wrong in the current camera setup.
We still have a lot of work to do on the inputs and outputs to get this to be ready for regular use.
Uh oh!
There was an error while loading. Please reload this page.
Hello there!
I try to compare the CPU & Memory usage between
GPUImage2
andGPUImage3
on filters group, my device is iPhone XR in HongKong, iOS system is 12.1.4. Here is my code:On
GPUImage2
the CPU usage between 16% ~ 20%, Memory usage between 90 - 100 MB.On
GPUImage3
the CPU usage between 46% ~ 52%, Memory usage between 190 - 200 MB.Why
GPUImage3
performance worst thanGPUImage2
?The text was updated successfully, but these errors were encountered: