We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e8e2d commit a0dc600Copy full SHA for a0dc600
llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn
@@ -1,6 +1,9 @@
1
static_library("benchmark") {
2
sources = [
3
"src/benchmark.cc",
4
+ "src/benchmark_api_internal.cc",
5
+ "src/benchmark_name.cc",
6
+ "src/benchmark_runner.cc",
7
"src/benchmark_register.cc",
8
"src/colorprint.cc",
9
"src/commandlineflags.cc",
@@ -9,6 +12,7 @@ static_library("benchmark") {
12
"src/counter.cc",
10
13
"src/csv_reporter.cc",
11
14
"src/json_reporter.cc",
15
+ "src/perf_counters.cc",
16
"src/reporter.cc",
17
"src/sleep.cc",
18
"src/statistics.cc",
0 commit comments