MTLCommandBuffer_Extensions.GetGpuStartTime(IMTLCommandBuffer) Method

Definition

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

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

Parameters

This
IMTLCommandBuffer

The instance on which this method operates.

Returns

Applies to