| Index: base/debug/activity_analyzer.h
|
| diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
|
| index e98046ea38b0b916bfac7172f8ff87171e088847..38a2e658f005c7f6cc3c4c4bb43c99f1fed00193 100644
|
| --- a/base/debug/activity_analyzer.h
|
| +++ b/base/debug/activity_analyzer.h
|
| @@ -186,6 +186,10 @@ class BASE_EXPORT GlobalActivityAnalyzer {
|
| // This will return {0,0} if no mapping could be found.
|
| ProgramLocation GetProgramLocationFromAddress(uint64_t address);
|
|
|
| + // Returns whether the data is complete. Data can be incomplete if the
|
| + // recording size quota is hit.
|
| + bool IsDataComplete() const;
|
| +
|
| private:
|
| using AnalyzerMap =
|
| std::map<ThreadKey, std::unique_ptr<ThreadActivityAnalyzer>>;
|
|
|