aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/counters/timer.h
diff options
context:
space:
mode:
authorjon2205 <jon2205@yandex-team.ru>2022-02-10 16:50:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:59 +0300
commitfa48a9aebc6cda36fdf7632883c934e1f262e71f (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/counters/timer.h
parent1cbb079ecb3328b501da4e4bdb362ef2b91ad2bb (diff)
downloadydb-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.h2
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_;