소스 검색

put ticks less often

Samuel Thibault 14 년 전
부모
커밋
4f7634b052
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/stencil/stencil.c

+ 1 - 1
examples/stencil/stencil.c

@@ -23,7 +23,7 @@
 static unsigned  bind_tasks = 0;
 
 static unsigned niter = 32;
-static unsigned ticks = 100;
+static unsigned ticks = 1000;
 
 #define SIZE 128