Skip to content

Commit bbeda55

Browse files
committed
add trmm.c
1 parent efcf89a commit bbeda55

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

benchmark/trmm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ int main(int argc, char *argv[]){
188188

189189
time1 = (double)(stop.tv_sec - start.tv_sec) + (double)((stop.tv_usec - start.tv_usec)) * 1.e-6;
190190

191-
gettimeofday( &start, (struct timezone *)0);
192-
193191
fprintf(stderr,
194192
" %10.2f MFlops %10.6f sec\n",
195193
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m * (double)m / time1 * 1.e-6, time1);

0 commit comments

Comments
 (0)