Lines Matching full:experiment
87 // Number of loops per experiment, all readers execute operations concurrently.
88 torture_param(int, loops, 10000, "Number of loops per experiment.");
121 // Number of readers that are part of the current experiment.
130 // Track which experiment is currently running.
901 VERBOSE_SCALEOUT_BATCH("ref_scale_reader %ld: waiting to start next experiment on cpu %d", me, raw_smp_processor_id());
918 VERBOSE_SCALEOUT_BATCH("ref_scale_reader %ld: experiment %d started", me, exp_idx);
947 VERBOSE_SCALEOUT_BATCH("ref_scale_reader %ld: experiment %d ended, (readers remaining=%d)",
983 seq_buf_printf(&s, "Experiment #%d (Format: <THREAD-NUM>:<Total loop time in ns>)",
1008 // experiments. For every experiment, it orders all the readers
1009 // involved to start and waits for them to finish the experiment. It
1010 // then reads their timestamps and starts the next experiment. Each
1011 // experiment progresses from 1 concurrent reader to N of them at which
1038 // Start exp readers up per experiment
1057 VERBOSE_SCALEOUT("main_func: experiment started, waiting for %d readers",
1063 VERBOSE_SCALEOUT("main_func: experiment ended");