Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StopProfileCapture()

Retrieves an array of ContentBuildProfileEvent structs that contain information for each occuring event. Also stops the profile capture.
Read time 1 minuteLast updated 13 days ago

Definition

public static ContentBuildProfileEvent[] StopProfileCapture()

Returns

Type

Description

ContentBuildProfileEvent[]An array of ContentBuildProfileEvent structs that contain information for each captured event.

Remarks

Throws an InvalidOperationException if no profile capture has started.