TextFileReadGetStats

Return performance statistics about a TextFile

Synopsis

int TextFileReadGetStats(TextFile fh, int tsize, double t[],
                       MPI_Offset *bytesRead)

Input Parameters

fh
TextFile
tsize
Size of array t

Output Parameters

t
Time values for different operations
bytesRead
Number of bytes read by this process

Notes

This is not a collective routine - each process can read its own data independently.