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

Unified Diff: chrome/browser/metrics/chrome_metrics_service_client.h

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: Only "API" Created 5 years, 9 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: chrome/browser/metrics/chrome_metrics_service_client.h
diff --git a/chrome/browser/metrics/chrome_metrics_service_client.h b/chrome/browser/metrics/chrome_metrics_service_client.h
index 2b95742b3cf670e477beb56ce1e19e3579884cbb..8ae2a33fd8f2d318c279a64ee4f39ec20bdb76bd 100644
--- a/chrome/browser/metrics/chrome_metrics_service_client.h
+++ b/chrome/browser/metrics/chrome_metrics_service_client.h
@@ -94,8 +94,13 @@ class ChromeMetricsServiceClient
// TrackingSynchronizerObserver:
void ReceivedProfilerData(
- const tracked_objects::ProcessDataSnapshot& process_data,
- int process_type) override;
+ const tracked_objects::ProcessDataPhaseSnapshot& process_data_phase,
+ int process_id,
+ int process_type,
+ int profiling_phase,
+ const base::TimeDelta& profiling_phase_start,
+ const base::TimeDelta& profiling_phase_finish,
+ const metrics::ProfilerEventsSet& past_profiler_events) override;
void FinishedReceivingProfilerData() override;
// Callbacks for various stages of final log info collection. Do not call

Powered by Google App Engine
This is Rietveld 408576698