aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/cpu_clock/public.h
blob: 2f56d3c364ac57e44231e43adfbe7cdb1df0baf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <util/system/types.h>

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

using TCpuInstant = i64;
using TCpuDuration = i64;

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT