mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
Fixed a typo in docs (#1600)
This commit is contained in:
parent
bb9aafaa6c
commit
4b13b3d47a
@ -861,7 +861,7 @@ BENCHMARK(BM_OpenMP)->Range(8, 8<<10);
|
||||
|
||||
// Measure the user-visible time, the wall clock (literally, the time that
|
||||
// has passed on the clock on the wall), use it to decide for how long to
|
||||
// run the benchmark loop. This will always be meaningful, an will match the
|
||||
// run the benchmark loop. This will always be meaningful, and will match the
|
||||
// time spent by the main thread in single-threaded case, in general decreasing
|
||||
// with the number of internal threads doing the work.
|
||||
BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->UseRealTime();
|
||||
|
Loading…
Reference in New Issue
Block a user