item_count         73 test/class/opal_fifo.c   int item_count = 0;
item_count         82 test/class/opal_fifo.c 	++item_count;
item_count         97 test/class/opal_fifo.c   timing = ((double) total.tv_sec + (double) total.tv_usec * 1e-6) / (double) item_count;
item_count         99 test/class/opal_fifo.c   fprintf (stderr, "Exhaustive atomics thread finished. Popped %d items. Time: %d s %d us %d nsec/poppush\n", item_count,