File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
6363endif ()
6464
6565include (GoogleBenchmark)
66- if (flamegraph )
66+ if (flamegraphCPU OR flamegraphMem )
6767 # Check if perf is available in OS:
6868 find_program (PERF_EXECUTABLE perf)
6969 if (NOT PERF_EXECUTABLE)
@@ -97,3 +97,4 @@ add_subdirectory(lib)
9797
9898#---Add the now all the benchmark sub-directories on this repository
9999add_subdirectory (root)
100+ configure_file (${PROJECT_SOURCE_DIR} /rootbench-scripts/.rootrc ${PROJECT_BINARY_DIR} COPYONLY )
Original file line number Diff line number Diff line change 1- configure_file (${CMAKE_CURRENT_SOURCE_DIR} /.rootrc ${CMAKE_CURRENT_BINARY_DIR} COPYONLY )
21RB_ADD_GBENCHMARK(RoofitBinnedBenchmark
32 RooFitBinnedBenchmarks.cxx
43 LABEL long
File renamed without changes.
You can’t perform that action at this time.
0 commit comments