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

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

Issue 2417403002: Revert of Leak reports collect information about the last uptrend (Closed)
Patch Set: 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 08eea511914a038d2640672cd94a6d6b5d045539..d985b79024cc42b0c44a147bbed6aedcf2801cfb 100644
--- a/components/metrics/leak_detector/leak_detector.mojom
+++ b/components/metrics/leak_detector/leak_detector.mojom
@@ -20,8 +20,6 @@
struct MemoryLeakReport {
uint32 size_bytes;
array<uint64> call_stack;
- uint32 num_rising_intervals;
- uint32 num_allocs_increase;
array<AllocationBreakdown> alloc_breakdown_history;
};
« no previous file with comments | « components/metrics/leak_detector/leak_detector.cc ('k') | components/metrics/leak_detector/leak_detector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698