CommandBuffer.EndSample

Declaration

public void EndSample(string name);

Declaration

public void EndSample(Profiling.CustomSampler sampler);

Declaration

public void EndSample(Unity.Profiling.ProfilerMarker marker);

Parameters

name Name of the profile information used for sampling.
sampler The CustomSampler that the CommandBuffer uses for sampling.
marker The ProfilerMarker that the CommandBuffer uses for sampling.

Description

Adds a command to end profile sampling.

Schedules a performance profiling sample to end when the Command Buffer reaches this point.

To begin a performance profiling sample, call CommandBuffer.BeginSample. At the and of the sample, call this method with the same argument as the BeginSample call.


Did you find this page useful? Please give it a rating: