mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 05:40:15 +08:00
df9ab80113
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 |