I have a GPUImageView which a stack of GPUImageFilters targets to, with a GPUImageVideoCamera at the base. How can I get the frame rate of that specific view for performance testing. I don't want the frame rate of the entire window stack, just the GPUImageView.
Asked
Active
Viewed 264 times
1
-
This is the best solution I've found so far: http://stackoverflow.com/a/6587465/2137369 – kev Oct 04 '13 at 18:31