The performance bottleneck enum describes what is currently limiting the system.
| Property | Description |
|---|---|
| Unknown | Framerate bottleneck is unknown. |
| CPU | Framerate is limited by CPU processing. |
| GPU | Framerate is limited by GPU processing. |
| TargetFrameRate | Framerate is limited by Application.targetFrameRate. In this case, you should consider lowering the application's performance requirements (see IDevicePerformanceControl.AutomaticPerformanceControl). |