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