MTLCommandBuffer_Extensions.GetKernelEndTime(IMTLCommandBuffer) Method

Definition

Returns the time, in seconds, when the GPU finished scheduling the command buffer.

public static double GetKernelEndTime (this Metal.IMTLCommandBuffer This);
static member GetKernelEndTime : Metal.IMTLCommandBuffer -> double

Parameters

This
IMTLCommandBuffer

The instance on which this method operates.

Returns

Applies to