Index: uspace/app/hbench/hbench.h
===================================================================
--- uspace/app/hbench/hbench.h	(revision 9736c00b3126ca9149fdcef8582ba8984fec7a56)
+++ uspace/app/hbench/hbench.h	(revision 2d818807c3fd981ff6a5d2e7b7a21b28ec372bff)
@@ -93,4 +93,12 @@
 extern bool bench_run_fail(bench_run_t *, const char *, ...);
 
+/*
+ * We keep the following two functions inline to ensure that we start
+ * measurement as close to the surrounding code as possible. Note that
+ * this inlining is done at least on the level of individual wrappers
+ * (this one and the one provided by stopwatch_t) to pass the control
+ * as fast as possible to the actual timer used.
+ */
+
 static inline void bench_run_start(bench_run_t *run)
 {
