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

Unified Diff: components/metrics/proto/memory_leak_report.proto

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
« no previous file with comments | « components/metrics/leak_detector/protobuf_to_mojo_converter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/memory_leak_report.proto
diff --git a/components/metrics/proto/memory_leak_report.proto b/components/metrics/proto/memory_leak_report.proto
index 2e3d7b7a8db9cab20a24224951c7437e944bbb93..1a998fefa0b8a18bebf88cb4a5536e7421c10480 100644
--- a/components/metrics/proto/memory_leak_report.proto
+++ b/components/metrics/proto/memory_leak_report.proto
@@ -109,9 +109,7 @@
//
// |num_rising_intervals| equals timeslot_now - timeslot_drop,
// where timeslot_drop is the timeslot number of the last frame that saw
- // a drop in the number of allocations, or the first frame in the history
- // if there were no drops (history is cleared when the net number of
- // allocations hits 0).
+ // a drop in the number of allocations (or 0 if there were no drops).
// If it is < 32, it will be visible in the allocation history graph.
// If it is >= 32, it will not be seen in the graph.
// E.g. for history [3,2,4,4,7] |num_rising_intervals| equals 3.
« no previous file with comments | « components/metrics/leak_detector/protobuf_to_mojo_converter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698