//////////////////////////////////////// //////////// Timers //////////////////// //////////////////////////////////////// // Timer struct timeval bones_start_time1; // Start the timer for the measurement of the whole scop void bones_timer_start() { const int bones_flush_size = 4*1024*1024; // (16MB) char *bones_flush_c = (char *)malloc(bones_flush_size); for (int i=0; i<10; i++) { for (int j=0; j>>\t\t Execution time [full scop]: %.3lf ms \n", bones_timer1); #endif }