CMakeLists.txt 334 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4
if (NOT LITE_WITH_PROFILE)
  return()
endif()

5
lite_cc_library(basic_profiler SRCS basic_profiler.cc DEPS gflags)
Y
Yan Chunwei 已提交
6 7
lite_cc_test(test_basic_profiler SRCS basic_profiler_test.cc DEPS basic_profiler)
 
8
lite_cc_library(lite_profiler SRCS profiler.cc DEPS context gflags)
9
lite_cc_test(test_lite_timer SRCS test_timer.cc DEPS lite_profiler)