Commit b8f2b2c6 by Abseil Team Committed by Copybara-Service

In example code, add missing template parameter.

PiperOrigin-RevId: 622164857
Change-Id: I806ebeb4da81403c8a9d57f3529b2bfbc1a07d01
parent 61e47a45
...@@ -172,7 +172,7 @@ inline bool PeriodicSamplerBase::Sample() noexcept { ...@@ -172,7 +172,7 @@ inline bool PeriodicSamplerBase::Sample() noexcept {
// Typical use case: // Typical use case:
// //
// struct HashTablezTag {}; // struct HashTablezTag {};
// thread_local PeriodicSampler sampler; // thread_local PeriodicSampler<HashTablezTag, 100> sampler;
// //
// void HashTableSamplingLogic(...) { // void HashTableSamplingLogic(...) {
// if (sampler.Sample()) { // if (sampler.Sample()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment