➕ using Google Benchmark #921
This commit is contained in:
parent
a8f711a2f1
commit
b406e3704b
53 changed files with 8039 additions and 0 deletions
7
benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp
vendored
Normal file
7
benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <chrono>
|
||||
|
||||
int main() {
|
||||
typedef std::chrono::steady_clock Clock;
|
||||
Clock::time_point tp = Clock::now();
|
||||
((void)tp);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue