#include "absl/base/attributes.h"#include "absl/base/config.h"#include "absl/base/optimization.h"#include "absl/debugging/stacktrace.h"#include "benchmark/benchmark.h"
Go to the source code of this file.
Namespaces | |
| absl | |
| absl::ABSL_NAMESPACE_BEGIN | |
Functions | |
| absl::ABSL_NAMESPACE_BEGIN::BENCHMARK (BM_GetStackTrace) -> DenseRange(10, kMaxStackDepth, 10) | |
| void | absl::ABSL_NAMESPACE_BEGIN::BM_GetStackTrace (benchmark::State &state) |
| ABSL_ATTRIBUTE_NOINLINE void | absl::ABSL_NAMESPACE_BEGIN::func (benchmark::State &state, int x, int depth) |
Variables | |
| static constexpr int | absl::ABSL_NAMESPACE_BEGIN::kCacheSize = (1 << 16) |
| static constexpr int | absl::ABSL_NAMESPACE_BEGIN::kMaxStackDepth = 100 |
| void * | absl::ABSL_NAMESPACE_BEGIN::pcs [kMaxStackDepth] |