Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProfilerUnsafeUtility

Utility class which provides access to low level Profiler API.
Read time 2 minutesLast updated 11 days ago

Definition

public static class ProfilerUnsafeUtility

Remarks

Use ProfilerUnsafeUtility methods to build a high-level profiling primitive.
The low level Profiler API is included in a Release Build.

Static Fields

Value

Description

CategoryAiAI and NavMesh Profiler category.
CategoryAllocationMemory allocation Profiler category.
CategoryAnimationAnimation Profiler category.
CategoryAudioAudio system Profiler category.
CategoryFileIOFile IO Profiler category.
CategoryGUIUI Profiler category.
CategoryInputInput system Profiler category.
CategoryInternalInternal Unity systems Profiler category.
CategoryLightingGlobal Illumination Profiler category.
CategoryLoadingLoading system Profiler category.
CategoryNetworkNetworking system Profiler category.
CategoryOtherUncategorized Profiler category.
CategoryParticlesParticle system Profiler category.
CategoryPhysicsPhysics system Profiler category.
CategoryPhysics2DPhysics 2D system Profiler category.
CategoryRenderRendering system Profiler category.
CategoryScriptsGeneric C# code Profiler category.
CategoryU2D2D Profiler category.
CategoryUIToolkitUI Toolkit Profiler category.
CategoryVideoVideo system Profiler category.
CategoryVirtualTexturingVirtual Texturing system Profiler category.
CategoryVrVR systen Profiler category.

Static Properties

Property

Description

TimestampGets Profiler timestamp.
TimestampToNanosecondsConversionRatioGets conversion ratio from Profiler timestamp to nanoseconds.

Static Methods

Method

Description

BeginSampleStarts profiling a piece of code marked with a custom name that the markerPtr handle has defined.
BeginSampleWithMetadataStarts profiling a piece of code marked with a custom name that the markerPtr handle and metadata parameters has defined.
CreateFlowCreate a new Profiler flow identifier.
CreateMarkerConstructs a new Profiler marker handle for code instrumentation.
EndSampleEnd profiling a piece of code marked with a custom name defined by this instance of ProfilerMarker.
FlowEventAdd flow event to a Profiler sample.
GetCategoryByNameGets the Profiler category identifier.
GetCategoryDescriptionRetrieves Profiler category information such as name or color.
SetMarkerMetadataSet Profiler marker metadata name and type.
SingleSampleWithMetadataCreates profiling sample with a custom name that the markerPtr handle and metadata parameters has defined.

Structs

Struct

Description

ProfilerUnsafeUtility.TimestampConversionRatioFraction that converts the Profiler timestamp to nanoseconds.