MTLCommandBuffer_Extensions.GetGpuEndTime(IMTLCommandBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the time, in seconds, when the GPU stopped running the command buffer.
public static double GetGpuEndTime (this Metal.IMTLCommandBuffer This);
static member GetGpuEndTime : Metal.IMTLCommandBuffer -> double
Parameters
- This
- IMTLCommandBuffer
The instance on which this method operates.