7ddc72ad45
Adds rocprofiler_load_counter_definition. This function allows a counter definition file to be supplied to rocprofiler-sdk directly. Takes in a string containing the counter definition YAML, its size (in bytes), and a flag value to state whether this is an append operation or not. --------- Co-authored-by: Benjamin Welton <ben@amd.com> Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> Co-authored-by: usrihari123 <srihari.u@amd.com>
7 linhas
215 B
CMake
7 linhas
215 B
CMake
set(ROCPROFILER_EXPERIMENTAL_HEADER_FILES counters.h)
|
|
|
|
install(
|
|
FILES ${ROCPROFILER_EXPERIMENTAL_HEADER_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/experimental
|
|
COMPONENT development)
|