MPI 04.00 Reference >> mpiPlatform

mpiPlatformTimerCount

Declaration

int32_t mpiPlatformTimerCount(int32_t  *ticks)

 

Required Header: stdmpi.h

Description

mpiPlatformTimerCount reads the host CPU's timer value and writes it into the contents of a int32_t 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