mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 11:41:14 +00:00
Fix for comment grammar
This commit is contained in:
@@ -185,7 +185,7 @@ struct benchmark_base
|
|||||||
|
|
||||||
/// If true, the batched measurements for benchmark are not run. This is intended for use to
|
/// If true, the batched measurements for benchmark are not run. This is intended for use to
|
||||||
/// save resources when only non-batched measurements are of interest, although batched
|
/// save resources when only non-batched measurements are of interest, although batched
|
||||||
/// measurements are meaningful and code to exercise them is compiled. This option has not
|
/// measurements are meaningful and code to exercise them is compiled. This option has no
|
||||||
/// effect for CPU only benchmarks and for benchmarks tagged with no_batch tag. @{
|
/// effect for CPU only benchmarks and for benchmarks tagged with no_batch tag. @{
|
||||||
[[nodiscard]] bool get_skip_batched() const { return m_skip_batched; }
|
[[nodiscard]] bool get_skip_batched() const { return m_skip_batched; }
|
||||||
benchmark_base &set_skip_batched(bool v)
|
benchmark_base &set_skip_batched(bool v)
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ struct state
|
|||||||
|
|
||||||
/// If true, the batched measurements of benchmark are not run. This is intended for use to
|
/// If true, the batched measurements of benchmark are not run. This is intended for use to
|
||||||
/// save resources when only non-batched measurements are of interest, although batched
|
/// save resources when only non-batched measurements are of interest, although batched
|
||||||
/// measurements are meaningful and code to exercise them is compiled. This option has not
|
/// measurements are meaningful and code to exercise them is compiled. This option has no
|
||||||
/// effect for CPU only benchmarks and for benchmarks tagged with no_batch tag. @{
|
/// effect for CPU only benchmarks and for benchmarks tagged with no_batch tag. @{
|
||||||
[[nodiscard]] bool get_skip_batched() const { return m_skip_batched; }
|
[[nodiscard]] bool get_skip_batched() const { return m_skip_batched; }
|
||||||
void set_skip_batched(bool v) { m_skip_batched = v; }
|
void set_skip_batched(bool v) { m_skip_batched = v; }
|
||||||
|
|||||||
Reference in New Issue
Block a user