Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:events

412             long events = -1;
434 events = testFunction->getEventsPerIteration();
437 if(events == -1){
440 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
443 if(events == -1){
446 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
455 else if(events == -1) {
463 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops), (avg_t*1E9)/(loops*events));
465 name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events));