diff options
author | timuratshin <timuratshin@yandex-team.ru> | 2022-02-10 16:52:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:11 +0300 |
commit | 7303d36b292cb0752d41a44b9e187b51d00b1ac1 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/datetime/cputimer.h | |
parent | 3dd61ce7096363237bbce8a016f21d7d8bf5c715 (diff) | |
download | ydb-7303d36b292cb0752d41a44b9e187b51d00b1ac1.tar.gz |
Restoring authorship annotation for <timuratshin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/datetime/cputimer.h')
-rw-r--r-- | util/datetime/cputimer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/datetime/cputimer.h b/util/datetime/cputimer.h index 85a9e66d95..7d38d5bdb3 100644 --- a/util/datetime/cputimer.h +++ b/util/datetime/cputimer.h @@ -64,12 +64,12 @@ ui64 DurationToCycles(TDuration duration); class TPrecisionTimer { private: - ui64 Start = 0; + ui64 Start = 0; public: - TPrecisionTimer(); - - ui64 GetCycleCount() const; + TPrecisionTimer(); + + ui64 GetCycleCount() const; }; TString FormatCycles(ui64 cycles); |