We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92c3e3 commit 6a91319Copy full SHA for 6a91319
examples/google_benchmark_cmake/helper.hpp
@@ -19,9 +19,6 @@ NOINLINE static uint64_t recursive_fib(int n) {
19
}
20
21
NOINLINE static uint64_t expensive_operation() {
22
- // Large memory allocation
23
- std::vector<uint64_t> data(1024 * 1024, 42); // 8 MiB allocation
24
-
25
// Expensive recursive computation that will dominate flamegraph
26
uint64_t fib_result = recursive_fib(30);
27
0 commit comments