diff --git a/c_utils/walltime_c.h b/c_utils/walltime_c.h
index ea9d2a2..c291f17 100644
--- a/c_utils/walltime_c.h
+++ b/c_utils/walltime_c.h
@@ -43,7 +43,8 @@ extern "C" {
\a MPI_Wtime(), if MPI is available
\a gettimeofday() otherwise
- \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