Sha256: ec84585e62326688b8e5ed7737651a9547122e72495696bbfc17a349612b2474

Contents?: true

Size: 468 Bytes

Versions: 9

Compression:

Stored size: 468 Bytes

Contents

  
  // End the timer for the measurement of the kernel and memory copy execution time
  #if (ITERS == 1)
    clFinish(bones_queue);
    struct timeval bones_end_time1;
    gettimeofday(&bones_end_time1, NULL);
    float bones_timer1 = 0.001 * (1000000*(bones_end_time1.tv_sec-bones_start_time1.tv_sec)+bones_end_time1.tv_usec-bones_start_time1.tv_usec);
    printf(">>>\t\t (<algorithm_basename>): Execution time [kernel+memcpy]: %.3lf ms \n", bones_timer1);
  #endif

Version data entries

9 entries across 3 versions & 1 rubygems

Version Path
bones-compiler-1.6.0 skeletons/CPU-OPENCL-AMD/common/timer_1_stop.c
bones-compiler-1.6.0 skeletons/GPU-OPENCL-AMD/common/timer_1_stop.c
bones-compiler-1.6.0 skeletons/CPU-OPENCL-INTEL/common/timer_1_stop.c
bones-compiler-1.3.1 skeletons/CPU-OPENCL-AMD/common/timer_1_stop.c
bones-compiler-1.3.1 skeletons/CPU-OPENCL-INTEL/common/timer_1_stop.c
bones-compiler-1.3.1 skeletons/GPU-OPENCL-AMD/common/timer_1_stop.c
bones-compiler-1.1.0 skeletons/CPU-OPENCL-INTEL/common/timer_1_stop.c
bones-compiler-1.1.0 skeletons/GPU-OPENCL-AMD/common/timer_1_stop.c
bones-compiler-1.1.0 skeletons/CPU-OPENCL-AMD/common/timer_1_stop.c