Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PerformanceBottleneck

The performance bottleneck enum describes what is currently limiting the system.
Read time 1 minuteLast updated 6 days ago

Definition

public enum PerformanceBottleneck

Fields

Value

Description

CPUFramerate is limited by CPU processing.
GPUFramerate is limited by GPU processing.
TargetFrameRateFramerate is limited by
Application.targetFrameRate
. In this case, you should consider lowering the application's performance requirements (see IDevicePerformanceControl.AutomaticPerformanceControl).
UnknownFramerate bottleneck is unknown.