Skip to content

Commit

Permalink
add performance note to scoped_timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Sep 9, 2024
1 parent e736650 commit 34b7491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/utils/logging_scoped_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34b7491

Please sign in to comment.