aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler/ya.make
blob: dd6d6fe13eb2cb7dc0a4be30e06637755e3f6572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER(g:rtmr g:kikimr)

SRCS(
    profiler.cpp
    stackcollect.cpp
)

PEERDIR(
    library/cpp/lfalloc/dbg_info 
    library/cpp/cache 
)

END()

RECURSE(ut)