diff options
author | jon2205 <jon2205@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
commit | 1cbb079ecb3328b501da4e4bdb362ef2b91ad2bb (patch) | |
tree | 9cd683cacc394d43b524657469696f43c90f2824 /library/cpp/monlib/counters/timer.h | |
parent | 886713d680d0ec0e1d8847528a7a6e5fa825c58d (diff) | |
download | ydb-1cbb079ecb3328b501da4e4bdb362ef2b91ad2bb.tar.gz |
Restoring authorship annotation for <jon2205@yandex-team.ru>. Commit 1 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 03dfb35337..d64606b2a0 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_; |