28e6430d04
Agent Counter Collection API with tests and samples. --------- Co-authored-by: Benjamin Welton <ben@amd.com>
16 regels
626 B
CMake
16 regels
626 B
CMake
set(ROCPROFILER_LIB_COUNTERS_SOURCES
|
|
metrics.cpp dimensions.cpp evaluate_ast.cpp core.cpp id_decode.cpp
|
|
dispatch_handlers.cpp controller.cpp agent_profiling.cpp)
|
|
set(ROCPROFILER_LIB_COUNTERS_HEADERS
|
|
metrics.hpp dimensions.hpp evaluate_ast.hpp core.hpp id_decode.hpp
|
|
dispatch_handlers.hpp controller.hpp agent_profiling.hpp)
|
|
target_sources(rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_COUNTERS_SOURCES}
|
|
${ROCPROFILER_LIB_COUNTERS_HEADERS})
|
|
|
|
add_subdirectory(xml)
|
|
add_subdirectory(parser)
|
|
|
|
if(ROCPROFILER_BUILD_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|