Index: runtime/vm/thread_registry.h |
diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h |
index 881a4d0b03b517f98b8c8c07ecf2f32f40efad25..2cc57b6f0b1e54a2a983949af2c91ae633bd4e6c 100644 |
--- a/runtime/vm/thread_registry.h |
+++ b/runtime/vm/thread_registry.h |
@@ -37,6 +37,9 @@ class ThreadRegistry { |
void PrintJSON(JSONStream* stream) const; |
#endif |
+ // Calculates the sum of the max memory usage in bytes of each thread. |
+ uintptr_t ThreadHighWatermarksTotalLocked() const; |
+ |
private: |
Thread* active_list() const { return active_list_; } |
Monitor* threads_lock() const { return threads_lock_; } |