Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
8e72846d
Commit
8e72846d
authored
Mar 17, 2015
by
Eric Fiselier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename minimal_benchmark.h and fix recursive include in benchmark_api.h
parent
df904a19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
benchmark.h
include/benchmark/benchmark.h
+1
-1
benchmark_api.h
include/benchmark/benchmark_api.h
+3
-3
reporter.h
include/benchmark/reporter.h
+1
-1
No files found.
include/benchmark/benchmark.h
View file @
8e72846d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#define BENCHMARK_BENCHMARK_H_
#define BENCHMARK_BENCHMARK_H_
#include "macros.h"
#include "macros.h"
#include "
minimal_benchmark
.h"
#include "
benchmark_api
.h"
#include "reporter.h"
#include "reporter.h"
#endif // BENCHMARK_BENCHMARK_H_
#endif // BENCHMARK_BENCHMARK_H_
include/benchmark/
minimal_benchmark
.h
→
include/benchmark/
benchmark_api
.h
View file @
8e72846d
...
@@ -132,8 +132,8 @@ static void BM_MultiThreaded(benchmark::State& state) {
...
@@ -132,8 +132,8 @@ static void BM_MultiThreaded(benchmark::State& state) {
BENCHMARK(BM_MultiThreaded)->Threads(4);
BENCHMARK(BM_MultiThreaded)->Threads(4);
*/
*/
#ifndef BENCHMARK_
MINIMAL_BENCHMARK
_H_
#ifndef BENCHMARK_
BENCHMARK_API
_H_
#define BENCHMARK_
MINIMAL_BENCHMARK
_H_
#define BENCHMARK_
BENCHMARK_API
_H_
#include <assert.h>
#include <assert.h>
#include <stddef.h>
#include <stddef.h>
...
@@ -462,4 +462,4 @@ class Benchmark {
...
@@ -462,4 +462,4 @@ class Benchmark {
::benchmark::RunSpecifiedBenchmarks(); \
::benchmark::RunSpecifiedBenchmarks(); \
}
}
#endif // BENCHMARK_
MINIMAL_BENCHMARK
_H_
#endif // BENCHMARK_
BENCHMARK_API
_H_
include/benchmark/reporter.h
View file @
8e72846d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <utility>
#include <utility>
#include <vector>
#include <vector>
#include "benchmark.h" // For forward declaration of BenchmarkReporter
#include "benchmark
_api
.h" // For forward declaration of BenchmarkReporter
namespace
benchmark
{
namespace
benchmark
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment