OpenCvSharp.NativeMethods.core_getCPUTickCount C# (CSharp) Method

core_getCPUTickCount() private method

private core_getCPUTickCount ( ) : long
return long
        public static extern long core_getCPUTickCount();
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods