MPI_Wtime
--- Returns an elapsed time on the calling processor
Return value
Time in seconds since an arbitrary time in the past.
Notes
This is intended to be a high-resolution, elapsed (or wall) clock.
See MPI_WTICK to determine the resolution of MPI_WTIME.
Synopsis
#include "mpi.h"
double MPI_Wtime()
Location: wtime.c