C++11: Laid foundation for benchmark tests. We need more of them!
This commit is contained in:
12
src/Benchmark/VectorT_new.cpp
Normal file
12
src/Benchmark/VectorT_new.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* VectorT_new.cpp
|
||||
*
|
||||
* Created on: Nov 19, 2015
|
||||
* Author: ebke
|
||||
*/
|
||||
|
||||
#include <benchmark/benchmark_api.h>
|
||||
#include <OpenMesh/Core/Geometry/VectorT.hh>
|
||||
|
||||
#define BMPREFIX CPP11_
|
||||
#include "VectorT.cpp"
|
||||
Reference in New Issue
Block a user