aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/alloc_profiler/ya.make
blob: 0f58d9176783c21ffe333537a5d89930ada01b41 (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)