Mercurial > hg > Game > Cerium
diff example/fft/main.cc @ 1669:724fd3c1ac92 draft
debugging iterate
author | kono |
---|---|
date | Thu, 18 Jul 2013 07:53:26 +0900 |
parents | ce031df3dd32 |
children | 2c3adce7eb40 |
line wrap: on
line diff
--- a/example/fft/main.cc Wed Jul 17 18:18:01 2013 +0900 +++ b/example/fft/main.cc Thu Jul 18 07:53:26 2013 +0900 @@ -290,8 +290,8 @@ void TMend(TaskManager *manager) { + ed_time = getTime(); output(); - ed_time = getTime(); fprintf(stdout, "image out put succeeded.\n"); printf("Time: %0.6f\n",ed_time-st_time); }