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

Unified Diff: content/public/browser/profiler_controller.h

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: 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: content/public/browser/profiler_controller.h
diff --git a/content/public/browser/profiler_controller.h b/content/public/browser/profiler_controller.h
index 25d4351ef70b83bc74ac70d7957fadeca486c54c..823348e0ac9e25b68da527e7ef5792079f17255a 100644
--- a/content/public/browser/profiler_controller.h
+++ b/content/public/browser/profiler_controller.h
@@ -42,7 +42,10 @@ class CONTENT_EXPORT ProfilerController {
virtual void Unregister(const ProfilerSubscriber* subscriber) = 0;
// Contact all processes and get their profiler data.
Alexei Svitkine (slow) 2015/03/06 20:06:40 Update comment.
vadimt 2015/03/06 21:34:58 Done.
- virtual void GetProfilerData(int sequence_number) = 0;
+ virtual void GetProfilerData(int sequence_number, int profiling_phase) = 0;
+
+ // Contact child processes and notify them of the profiling phase completion.
+ virtual void OnProfilingPhaseCompletion(int profiling_phase) = 0;
};
} // namespace content
« content/browser/profiler_controller_impl.cc ('K') | « content/common/child_process_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698