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 @@ -65,7 +65,7 @@ endif()
6565include (GoogleBenchmark)
6666include (PytestBenchmark)
6767
68- if (flamegraph )
68+ if (flamegraphCPU OR flamegraphMem )
6969 # Check if perf is available in OS:
7070 find_program (PERF_EXECUTABLE perf)
7171 if (NOT PERF_EXECUTABLE)
@@ -109,3 +109,4 @@ add_subdirectory(tools)
109109
110110#---Add the now all the benchmark sub-directories on this repository
111111add_subdirectory (root)
112+ 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