TextFileWritePrintStats
Print performance statistics about a TextFile
Synopsis
int TextFileWritePrintStats(TextFile fh, FILE *fp)
Input Parameters
- fh
- TextFile for which statistics should be printed
- fp
- File handle for output (stdout is common)
Notes
This routine is collective (it computes some min and max values over all
processes in fh). It makes no attempt to order the output; use
TextFileWriteGetStats to access and control the output of this performance
data.
Return value
An error code. Currently, MPI_SUCCESS is returned on success and an
MPI error class is returned on failure. A future implementation may
return a user-defined MPI error code.