Sha256: 9f30df91bc48d059b92a9f699fd761b8572f1be42981b3a2a31ed2ad83779ab0

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

    
    // Stop the timer for the measurement of the kernel execution time
    gettimeofday(&bones_end_time2, NULL);
    bones_timer2 += 0.001 * (1000000*(bones_end_time2.tv_sec-bones_start_time2.tv_sec)+bones_end_time2.tv_usec-bones_start_time2.tv_usec);
  }
  
  // Print the measurement data
  printf(">>>\t\t (<algorithm_basename>): Execution time [kernel       ]: %.3lf ms \n", bones_timer2/((float)ITERS));

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
bones-compiler-1.1.0 skeletons/CPU-OPENMP/common/timer_2_stop.c
bones-compiler-1.1.0 skeletons/CPU-C/common/timer_2_stop.c