Home | History | Annotate | Download | only in test

Lines Matching refs:timer

465   clock_t timer;
496 timer = clock();
512 timer = clock() - timer;
517 num_trials * CLOCKS_PER_SEC / timer;
526 clock_t timer;
547 timer = clock();
552 timer = clock() - timer;
556 return (double) num_trials * CLOCKS_PER_SEC / timer;