TextFileReadPrintStats

Print performance statistics about a TextFile

Synopsis

int TextFileReadPrintStats(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 TextFileReadGetStats to access and control the output of this performance data.