mirror of
https://github.com/google/benchmark.git
synced 2025-02-11 20:00:19 +08:00
MSVC++ before 2015 Update 2 has a bug in sleep_for where it tries to implicitly += the input with a nanoseconds variable. Work around this by using nanoseconds directly (which can be implicitly +='d with chrono::nanoseconds). |
||
---|---|---|
.. | ||
basic_test.cc | ||
benchmark_test.cc | ||
CMakeLists.txt | ||
cxx03_test.cc | ||
filter_test.cc | ||
fixture_test.cc | ||
map_test.cc | ||
options_test.cc |