aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/counters/ya.make
blob: cbaa349912f0736dcc6692b4a77d75eed457fff1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(jamel)

SRCS(
    counters.cpp
    histogram.cpp
    meter.cpp
)

PEERDIR(
    library/cpp/histogram/hdr 
)

END()