doc update

This commit is contained in:
Martin Reinecke 2012-07-17 11:36:22 +02:00
parent 4547b633c5
commit 84547d9536

View file

@ -43,7 +43,8 @@ extern "C" {
<li> \a MPI_Wtime(), if MPI is available
<li> \a gettimeofday() otherwise
</ul>
\note Only useful for measuring time differences. */
\note Only useful for measuring time differences.
\note This function has an execution time between 10 and 100 nanoseconds. */
double wallTime(void);
#ifdef __cplusplus