benchmark/docs
Roman Lebedev e990563876
Add BENCHMARK_TEMPLATE[12]_CAPTURE, fusion of BENCHMARK_CAPTURE and BENCHMARK_TEMPLATE (#1747)
Test coverage isn't great, but not worse than the existing one.

You'd think `BENCHMARK_CAPTURE` would suffice,
but you can't pass `func<targs>` to it (due to the `<` and `>`),
and when passing `(func<targs>)` we get issues with brackets.
So i'm not sure if we can fully avoid this helper.

That being said, if there is only a single template argument,
`BENCHMARK_CAPTURE()` works fine if we avoid using function name.
2024-01-30 12:44:36 +00:00
..
assets/images add black icon 2023-08-21 14:29:55 +01:00
_config.yml add logo to github pages 2023-08-21 14:31:58 +01:00
AssemblyTests.md try disabling liquid for jekyll to fix curly braces (#1536) 2023-02-06 14:01:16 +00:00
dependencies.md cleanup: support CMake >= 3.10 (#1544) 2023-02-17 13:38:53 +00:00
index.md remove logo from generated docs 2023-08-21 14:25:30 +01:00
perf_counters.md
platform_specific_build_instructions.md
python_bindings.md Add setuptools_scm for dynamic zero-config Python versioning (#1690) 2023-11-01 09:48:01 +00:00
random_interleaving.md
reducing_variance.md Docs: reducing_variance.md: proofreading, fix typos (#1736) 2024-01-10 09:37:39 +00:00
releasing.md Add setuptools_scm for dynamic zero-config Python versioning (#1690) 2023-11-01 09:48:01 +00:00
tools.md Update tools.md for missing color meaning issue #1491 (#1624) 2023-07-09 19:25:34 +03:00
user_guide.md Add BENCHMARK_TEMPLATE[12]_CAPTURE, fusion of BENCHMARK_CAPTURE and BENCHMARK_TEMPLATE (#1747) 2024-01-30 12:44:36 +00:00