aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/counters/ya.make
blob: aa1a671bf80313a5618bf4e40d6d1b98230826e7 (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()