aboutsummaryrefslogtreecommitdiff
path: root/absl/profiling/internal/periodic_sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/profiling/internal/periodic_sampler.h')
-rw-r--r--absl/profiling/internal/periodic_sampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/profiling/internal/periodic_sampler.h b/absl/profiling/internal/periodic_sampler.h
index 54f0af45..f5d847ab 100644
--- a/absl/profiling/internal/periodic_sampler.h
+++ b/absl/profiling/internal/periodic_sampler.h
@@ -172,7 +172,7 @@ inline bool PeriodicSamplerBase::Sample() noexcept {
// Typical use case:
//
// struct HashTablezTag {};
-// thread_local PeriodicSampler sampler;
+// thread_local PeriodicSampler<HashTablezTag, 100> sampler;
//
// void HashTableSamplingLogic(...) {
// if (sampler.Sample()) {