aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/datetime.h
diff options
context:
space:
mode:
authorkaliki <kaliki@yandex-team.ru>2022-02-10 16:48:06 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:06 +0300
commit9741dc538ed4ca44e947c0965a2bbc50305eb996 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/datetime.h
parenta79404df3a1d90f4b37ac8a1ce0a2bfb5dfd06f1 (diff)
downloadydb-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.h2
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;