Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:events

410             long events = -1;
432 events = testFunction->getEventsPerIteration();
435 if(events == -1){
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
441 if(events == -1){
444 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
453 else if(events == -1) {
461 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops), (avg_t*1E9)/(loops*events));
463 name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events));