diff options
author | Igor Makunin <[email protected]> | 2022-02-10 16:49:35 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:35 +0300 |
commit | c617191a3b33c0f5e1be6390361dbe540775d158 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/counters/histogram.h | |
parent | f7a438035f19b364b5479caf536990e82b174f38 (diff) |
Restoring authorship annotation for Igor Makunin <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/counters/histogram.h')
-rw-r--r-- | library/cpp/monlib/counters/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/histogram.h b/library/cpp/monlib/counters/histogram.h index ef4d50d369e..96361b00238 100644 --- a/library/cpp/monlib/counters/histogram.h +++ b/library/cpp/monlib/counters/histogram.h @@ -21,7 +21,7 @@ namespace NMonitoring { i64 Percentile98; i64 Percentile99; i64 Percentile999; - i64 TotalCount; + i64 TotalCount; void Print(IOutputStream* out) const; }; |