Click or drag to resize

NativeMethodsdnn_Net_getPerfProfile Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile(System.IntPtr,System.IntPtr,System.Int64@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_Net_getPerfProfile(
	IntPtr net,
	IntPtr timings,
	out long returnValue
)

Parameters

net
Type: SystemIntPtr

[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile(System.IntPtr,System.IntPtr,System.Int64@)"]

timings
Type: SystemIntPtr

[Missing <param name="timings"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile(System.IntPtr,System.IntPtr,System.Int64@)"]

returnValue
Type: SystemInt64

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile(System.IntPtr,System.IntPtr,System.Int64@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_getPerfProfile(System.IntPtr,System.IntPtr,System.Int64@)"]

See Also