diff options
author | jon2205 <[email protected]> | 2022-02-10 16:50:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:59 +0300 |
commit | fa48a9aebc6cda36fdf7632883c934e1f262e71f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/counters/timer.h | |
parent | 1cbb079ecb3328b501da4e4bdb362ef2b91ad2bb (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/counters/timer.h')
-rw-r--r-- | library/cpp/monlib/counters/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/timer.h b/library/cpp/monlib/counters/timer.h index d64606b2a08..03dfb35337f 100644 --- a/library/cpp/monlib/counters/timer.h +++ b/library/cpp/monlib/counters/timer.h @@ -166,7 +166,7 @@ namespace NMonitoring { (*Callback_)(duration); } Timer_->RecordValue(duration); - } + } private: TTimer* Timer_; |