Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3
2020.1.0b12
2020.2
Issue ID
1256481
Regression
No
[iOS] Xcode and FrameTimingManager GPU Frame Time do not match
How to reproduce:
1. Open the attached 'GPUFrameTimes.zip' project
2. Build for iOS and open the Xcode project
3. Select to Menu bar-> Product-> Scheme-> Edit Scheme
4. Set GPU Frame Capture to Metal and Metal API Validation to Enabled
5. Deploy the Xcode project to the iOS device
6. Press 'Capture GPU frame' button
7. Go to the FPS section of the navigator to observe the CPU and GPU timings
Expected result: Xcode and FrameTimingManager GPU timings match
Actual result: Xcode and FrameTimingManager GPU timings do not match
Reproducible with:
- iPhone 8 Plus (iOS 12.0)
- iPhone XR (iOS 13.4.1)
Reproducible with: 2019.4.2f1, 2020.1.0b14, 2020.2.0a15
Couldn't test with: 2018.3.24f1 due to errors
Notes:
- Screenshots of the issue are attached in Edit
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (2020.2.X):
FrameTimingManager GPU timings are correct in this case and for getting correct/exact data on Xcode, Xcode Instruments should be used, as the GPU Frame Time gauge is not always correct