diff options
author | kaliki <kaliki@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
commit | 9741dc538ed4ca44e947c0965a2bbc50305eb996 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/datetime.h | |
parent | a79404df3a1d90f4b37ac8a1ce0a2bfb5dfd06f1 (diff) | |
download | ydb-9741dc538ed4ca44e947c0965a2bbc50305eb996.tar.gz |
Restoring authorship annotation for <kaliki@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/datetime.h')
-rw-r--r-- | util/system/datetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/datetime.h b/util/system/datetime.h index 1d502cac96..aa009974e0 100644 --- a/util/system/datetime.h +++ b/util/system/datetime.h @@ -27,7 +27,7 @@ inline ui64 millisec() { } /// Current time in seconds since epoch ui32 Seconds() noexcept; -///Current thread time in microseconds +///Current thread time in microseconds ui64 ThreadCPUUserTime() noexcept; ui64 ThreadCPUSystemTime() noexcept; ui64 ThreadCPUTime() noexcept; |