diff --git a/src/include/utils/logging_scoped_time.h b/src/include/utils/logging_scoped_time.h index 7b950d3e4..2b6683f24 100644 --- a/src/include/utils/logging_scoped_time.h +++ b/src/include/utils/logging_scoped_time.h @@ -27,6 +27,10 @@ * * @section DESCRIPTION * + * This file contains a scoped timer class for logging timing data. It is + * thread-safe and will create a separate timing tree for each thread. Note + * there we use a lock when timers start and stop, so you should not use this in + * performance-critical code paths. */ #ifndef TDB_LOGGING_SCOPED_TIME_H