Unity - Scripting API: AdaptivePerformanceProfilerStats

class in UnityEngine.AdaptivePerformance

/

Implemented in:UnityEngine.AdaptivePerformanceModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Profiler Stats reporting helper class. Stores all adaptive performance markers and helper functions.

Static Methods

Method Description
EmitScalerDataToProfilerStream Adaptive Performance sends scaler data to the profiler each frame. It is collected from multiple places with this method and flushed once with FlushScalerDataToProfilerStream.
FlushScalerDataToProfilerStream Flushes the Adaptive Performance scaler data for this frame. Used in conjunction with EmitScalerDataToProfilerStream.