Home | History | Annotate | Download | only in gpu-basics-similarity

Lines Matching refs:getTickCount

86     time = (double)getTickCount();
91 time = 1000*((double)getTickCount() - time)/getTickFrequency();
98 time = (double)getTickCount();
103 time = 1000*((double)getTickCount() - time)/getTickFrequency();
110 time = (double)getTickCount(); // Initial call
112 time = 1000*((double)getTickCount() - time)/getTickFrequency();
116 time = (double)getTickCount();
120 time = 1000*((double)getTickCount() - time)/getTickFrequency();
129 time = (double)getTickCount();
134 time = 1000*((double)getTickCount() - time)/getTickFrequency();
141 time = (double)getTickCount();
146 time = 1000*((double)getTickCount() - time)/getTickFrequency();
153 time = (double)getTickCount();
155 time = 1000*((double)getTickCount() - time)/getTickFrequency();
159 time = (double)getTickCount();
164 time = 1000*((double)getTickCount() - time)/getTickFrequency();