summaryrefslogtreecommitdiff
path: root/libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp')
-rw-r--r--libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp b/libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp
index eaf88f4..b06c5ee 100644
--- a/libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp
+++ b/libunwindstack/benchmarks/OfflineUnwindBenchmarks.cpp
@@ -27,12 +27,13 @@
#include "Utils.h"
#include "utils/OfflineUnwindUtils.h"
+// This collection of benchmarks exercises Unwinder::Unwind for offline unwinds.
+//
+// See `libunwindstack/utils/OfflineUnwindUtils.h` for more info on offline unwinds
+// and b/192012600 for additional information regarding these benchmarks.
namespace unwindstack {
namespace {
-// This collection of benchmarks exercises Unwinder::Unwind for offline unwinds. For more info
-// on offline unwinds, see `libunwindstack/utils/OfflineUnwindUtils.h`.
-
class OfflineUnwindBenchmark : public benchmark::Fixture {
public:
void TearDown(benchmark::State& state) override {