-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
super slow in iPad 3 Retina iOS 9 #1737
Comments
not sure - I haven't had any reports of this until now. Is this when you build from source, from the app store, or both? |
From the source. It's unusable. I can make a video if you want. |
yeah, a video would be great. Also using the Profiler and seeing where all that time is being spent. Unfortunately I sold my iPad 3 a while ago so I won't be able to repro myself. |
I'll upload it later 👍 |
Here's a quick example, it starts lagging up when I undo. If I have photos or crops, it stays as the end of the video, super laggy :/ |
I'd be interested in what the Profiler instrument says is going on. I wonder if its maxing out the CPU and lagging b/c of that, or if CPU is relatively low throughout and it's the GPU getting slammed. If the Profiler doesn't show anything obvious as the bottleneck, the only option might be to swizzle the |
I deleted dispatch_release(sema1); |
That wouldn't cause it - it's fine to remove those lines. it's something w/ OpenGL, but i can't put my finger on it. i saw something similar ~ a year ago when I was working on iPad Pro support. It's very possibly related to #1551 |
The draw is super slow, and the undo/redo it's impossible use. Very laggy. Do you know why this happens ?
The text was updated successfully, but these errors were encountered: