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

Unified Diff: base/trace_event/trace_config.h

Issue 2542853002: [tracing] Introduce config to setup memory-infra peak detection (Closed)
Patch Set: Fixes. Created 4 years 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: base/trace_event/trace_config.h
diff --git a/base/trace_event/trace_config.h b/base/trace_event/trace_config.h
index 214d0781a94b23f483a05d3e1b654fa419dea7e9..717c2613169d3a60436df3794d3b546f5824e8b6 100644
--- a/base/trace_event/trace_config.h
+++ b/base/trace_event/trace_config.h
@@ -53,8 +53,9 @@ class BASE_EXPORT TraceConfig {
// Specifies the triggers in the memory dump config.
struct Trigger {
- uint32_t periodic_interval_ms;
+ uint32_t min_time_between_dumps_ms;
MemoryDumpLevelOfDetail level_of_detail;
+ MemoryDumpType trigger_type;
};
// Specifies the configuration options for the heap profiler.

Powered by Google App Engine
This is Rietveld 408576698