| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index f7ff36b75d53dd44c3cdb13a47b6a564393b8960..a7d00dcc80f512636baa3f2aa5b6a890abb50773 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -143,6 +143,9 @@ class StatsCounter {
|
| return loc;
|
| }
|
|
|
| + // Reset the cached internal pointer.
|
| + void Reset() { lookup_done_ = false; }
|
| +
|
| protected:
|
| // Returns the cached address of this counter location.
|
| int* GetPtr() {
|
| @@ -629,6 +632,7 @@ class Counters {
|
| stats_counter_count
|
| };
|
|
|
| + void ResetCounters();
|
| void ResetHistograms();
|
|
|
| private:
|
|
|