We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcf89a commit bbeda55Copy full SHA for bbeda55
1 file changed
benchmark/trmm.c
@@ -188,8 +188,6 @@ int main(int argc, char *argv[]){
188
189
time1 = (double)(stop.tv_sec - start.tv_sec) + (double)((stop.tv_usec - start.tv_usec)) * 1.e-6;
190
191
- gettimeofday( &start, (struct timezone *)0);
192
-
193
fprintf(stderr,
194
" %10.2f MFlops %10.6f sec\n",
195
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6, time1);
0 commit comments