ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Update build system to allow code coverage during testing to be optional #194

Closed koomie closed 1 year ago

koomie commented 1 year ago

Add a cmake option to enable code coverage when running tests. Default to off, but we will enable during CI.

koomie commented 1 year ago

Landed on 2.x. To enable this option, include -DENABLE_COVERAGE=ON with cmake configuration.