Index: uspace/lib/c/include/perf.h
===================================================================
--- uspace/lib/c/include/perf.h	(revision 5fbc1f953112da8e25c6e6c8da0736cdea4af484)
+++ uspace/lib/c/include/perf.h	(revision 9736c00b3126ca9149fdcef8582ba8984fec7a56)
@@ -74,4 +74,6 @@
 /** Start the stopwatch.
  *
+ * Note that repeated starts/stops do NOT aggregate the elapsed time.
+ *
  * @param stopwatch Stopwatch to start.
  */
@@ -82,4 +84,6 @@
 
 /** Stop the stopwatch.
+ *
+ * Note that repeated starts/stops do NOT aggregate the elapsed time.
  *
  * @param stopwatch Stopwatch to stop.
