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 | fa48a9aebc6cda36fdf7632883c934e1f262e71f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/counters/timer.h | |
parent | 1cbb079ecb3328b501da4e4bdb362ef2b91ad2bb (diff) | |
download | ydb-fa48a9aebc6cda36fdf7632883c934e1f262e71f.tar.gz |
Restoring authorship annotation for <jon2205@yandex-team.ru>. 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 d64606b2a0..03dfb35337 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_; |