MPI 04.00 Reference >> mpiPlatform

mpiPlatformTimerFrequency

Declaration

int32_t mpiPlatformTimerFrequency(int32_t  *frequency)

 

Required Header: stdmpi.h

Description

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

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

See Also

mpiPlatformTimerCount