FrameInfoMetricsGroupKernelComputeTime Property |
Kernel Compute Time is the duration of the compute on the GPU. It is a subset of Capture Time. Kernel
Compute Time depends on the capture settings and the compute power of the GPU. Note that Kernel Compute
Time + Acquisition Time is not equal to Capture Time, as acquisition and processing operations can be
performed in parallel.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic Duration KernelComputeTime { get; set; }Public Property KernelComputeTime As Duration
Get
Set
public:
property Duration KernelComputeTime {
Duration get ();
void set (Duration value);
}Property Value
Type:
Duration
See Also