MTLCommandBuffer_Extensions.GetKernelStartTime(IMTLCommandBuffer) Method

Definition

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

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

Parameters

This
IMTLCommandBuffer

The instance on which this method operates.

Returns

Applies to