Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: components/metrics/leak_detector/leak_detector.mojom

Issue 2403223002: Leak reports collect information about the last uptrend (Closed)
Patch Set: Added a test case Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/metrics/leak_detector/leak_detector.mojom
diff --git a/components/metrics/leak_detector/leak_detector.mojom b/components/metrics/leak_detector/leak_detector.mojom
index d985b79024cc42b0c44a147bbed6aedcf2801cfb..08eea511914a038d2640672cd94a6d6b5d045539 100644
--- a/components/metrics/leak_detector/leak_detector.mojom
+++ b/components/metrics/leak_detector/leak_detector.mojom
@@ -20,6 +20,8 @@ struct AllocationBreakdown {
struct MemoryLeakReport {
uint32 size_bytes;
array<uint64> call_stack;
+ uint32 num_rising_intervals;
+ uint32 num_allocs_increase;
array<AllocationBreakdown> alloc_breakdown_history;
};

Powered by Google App Engine
This is Rietveld 408576698