MPI 04.00 Reference >> mpiPlatform

mpiPlatformTimerCount

Declaration

long mpiPlatformTimerCount(long  *ticks)

 

Required Header: stdmpi.h

Description

mpiPlatformTimerCount reads the host CPU's timer value and writes it into the contents of a long pointed to by ticks. The resolution of the platform timer can be determined with mpiPlatformTimerFrequency(...).

*ticks a pointer to the timer value for the host CPU.
Returns
MPIMessageOK

See Also

mpiPlatformTimerFrequency