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