stim               30 ompi/mca/io/romio321/romio/test/coll_perf.c     double stim, write_tim, new_write_tim, write_bw;
stim              110 ompi/mca/io/romio321/romio/test/coll_perf.c     stim = MPI_Wtime();
stim              112 ompi/mca/io/romio321/romio/test/coll_perf.c     write_tim = MPI_Wtime() - stim;
stim              132 ompi/mca/io/romio321/romio/test/coll_perf.c     stim = MPI_Wtime();
stim              134 ompi/mca/io/romio321/romio/test/coll_perf.c     read_tim = MPI_Wtime() - stim;
stim               19 ompi/mca/io/romio321/romio/test/perf.c     double stim, read_tim, write_tim, new_read_tim, new_write_tim;
stim               64 ompi/mca/io/romio321/romio/test/perf.c 	stim = MPI_Wtime();
stim               66 ompi/mca/io/romio321/romio/test/perf.c 	write_tim = MPI_Wtime() - stim;
stim               77 ompi/mca/io/romio321/romio/test/perf.c 	stim = MPI_Wtime();
stim               79 ompi/mca/io/romio321/romio/test/perf.c 	read_tim = MPI_Wtime() - stim;
stim              111 ompi/mca/io/romio321/romio/test/perf.c 	stim = MPI_Wtime();
stim              114 ompi/mca/io/romio321/romio/test/perf.c 	write_tim = MPI_Wtime() - stim;
stim              129 ompi/mca/io/romio321/romio/test/perf.c 	stim = MPI_Wtime();
stim              131 ompi/mca/io/romio321/romio/test/perf.c 	read_tim = MPI_Wtime() - stim;