Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProfilerArea

The different areas of profiling, corresponding to the charts in ProfilerWindow.
Read time 1 minuteLast updated 7 days ago

Definition

public enum ProfilerArea

Remarks

Each area corresponds to a chart in ProfilerWindow and the accompanying detail pane in its bottom half. These are the categories that group statistical data and provide additional insights into those specific areas.

Fields

Value

Description

AudioAudio statistics.
CPUCPU statistics.
GlobalIlluminationGlobal Illumination statistics.
GPUGPU statistics.
MemoryMemory statistics.
NetworkMessagesNetwork messages statistics.
NetworkOperationsNetwork operations statistics.
Physics3D Physics statistics.
Physics2D2D physics statistics.
RenderingRendering statistics.
UIUI statistics.
UIDetailsDetailed UI statistics.
VideoVideo playback statistics.
VirtualTexturingVirtual Texturing statistics.