Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPerformanceStatus

You can use the performance status interface to obtain performance metrics, frame timing, and subscribe to bottleneck and performance event changes.
Read time 1 minuteLast updated 8 days ago

Definition

public interface IPerformanceStatus

Properties

Property

Description

FrameTimingAllows you to query the latest frame timing measurements.
PerformanceMetricsAllows you to query the latest performance metrics.
PerformanceModeAllows you to query the latest performance mode.

Events

Member

Description

PerformanceBoostChangeEventSubscribe to events and get updates when the the current CPU or GPU is boosted.
PerformanceBottleneckChangeEventSubscribe to performance events and get updates when the bottleneck changes.
PerformanceLevelChangeEventSubscribe to events and get updates when the the current CPU or GPU level changes.