I'm debugging an iOS/Metal app. When pressing the GPU capture frame button (the little camera) Xcode says: "Profiling shaders. This may take a while...", but is taking forever! Is that normal? How can I fix this?
Xcode 10.1 profiling shaders this may take a while (forever???)
341 Views Asked by huse At
1
There are 1 best solutions below
Related Questions in PROFILING
- How to profile a Yii2 based API?
- "Capture GPU Frame" in XCode -- iOS only?
- How does one debug infinite recursion in Haskell?
- What is the procedure for profiling under GHC 7.10.1 and cabal 1.23?
- Visual Studio 2013 unable to create diagnostic report
- Xdebug profiling shows different execution time than actual one
- Application is faster when profiling
- Why is this script slowing down per item with increased amount of input?
- ASP.NET MVC application profiling
- Memory leak due to Window.EfectiveValues retention
- Can't get golang pprof working
- What is difference between "node --prof" and using node-profiler
- Improve performance on processing a big pandas dataframe
- Visualvm thread started count
- optimize arithmetic operations with stl vector
Related Questions in GPU
- Get GPU temperature in Android
- Can I use Julia to program my GPU & CPU?
- C: Usage of any GPU for parallel calculations
- Can I run Cuda or OpenCl on Intel processor graphics I7 (3rd or 4rd generation)
- How to get fragment coordinate in fragment shader in Metal?
- Is prefix scan CUDA sample code in gpugems3 correct?
- How many threads/work-items are used?
- When do we need two dimension threads in CUDA?
- What does a GPU kernel overhead consist of?
- Efficiently Generate a Heat Map Style Histogram using GLSL
- installing gputools on windows
- Make a dependent loop independent
- Is it possible to execute multiple instances of a CUDA program on a multi-GPU machine?
- CUDA cuBlasGetmatrix / cublasSetMatrix fails | Explanation of arguments
- Missing functions vload and vstore: OpenCL on Android
Related Questions in XCODE10.1
- Letting a nested enum, passed as generic to superclass, conform to a protocol inline with its declaration results in infinite compiling
- Why get wrong hashValue from Enum from Xcode 10? Is it Apple's bug?
- Swift 3 mode has been deprecated
- Static Launch Screen Images for 11" iPad Pro and 12.9" iPad Pro
- iOS 12 not received FCM notifications
- There is an error of `dyld_shared_cache_extract_dylibs failed` running app at iOS9.0.2 by Xcode10.1(10B61)
- Error: After upgrading from xcode 9 to xcode 10.1
- Certifcate: Unknown, Profile: None in xcode 10.1 archive
- MacOS: Dropping a file on the dock icon – Project with and without storyboard
- Unity3D 4.7.2 exported code in Xcode 10.1
- How Do I Animate a CALayer's Position?
- signing app on my account doesn't work but it works on my colleagues account
- Can't change input Value in Swift 4.2
- Adding localizable strings on xcode 10.1
- How to get my app to fit all iPhone sizes in Portrait Mode only
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
![Screenshot]](https://i.stack.imgur.com/HM66f.png)
Set your project's "iOS Deployment Target" to a higher version. It is still going to take a while, though, so be patient :)