diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-06-01 18:06:26 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-06-06 13:50:55 +0200 |
commit | 0fe60d398e563fe01a3aabab1f39b733883c4e71 (patch) | |
tree | 4ef7c3de32883544404cb70df9d866f4c73b1ffe /benchmark/include | |
parent | d3fe7984930fe7636d9dc36c8aa4c7ec3e891e49 (diff) | |
download | qtlocation-mapboxgl-0fe60d398e563fe01a3aabab1f39b733883c4e71.tar.gz |
[build] add benchmark target
Diffstat (limited to 'benchmark/include')
-rw-r--r-- | benchmark/include/mbgl/benchmark.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/include/mbgl/benchmark.hpp b/benchmark/include/mbgl/benchmark.hpp new file mode 100644 index 0000000000..1a9904de51 --- /dev/null +++ b/benchmark/include/mbgl/benchmark.hpp @@ -0,0 +1,7 @@ +#pragma once + +namespace mbgl { + +int runBenchmark(int argc, char* argv[]); + +} // namespace mbgl |