Beispiel #1
0
        public float ElapsedTime(CUevent start, CUevent end)
        {
            float pMilliseconds = 0f;

            this.LastError = CUDADriver.cuEventElapsedTime(ref pMilliseconds, start, end);
            return(pMilliseconds);
        }