]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter3/code/exChronos.cu~
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update embedded fonts
[book_gpu.git] / BookGPU / Chapters / chapter3 / code / exChronos.cu~
1 unsigned int timer ;
2   cutilCheckError( cutCreateTimer(&timer) );
3   cutilCheckError( cutResetTimer(timer) );
4 cutilCheckError( cutStartTimer(timer) );
5