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

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

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: rebased 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: components/metrics/proto/execution_context.proto
diff --git a/components/metrics/proto/execution_context.proto b/components/metrics/proto/execution_context.proto
index 3500e19a5d95bfe023ffdacacf4afcc3b15fd994..58db5ec3df850a5b2b8ceeff2cec4a3ff42fdfa1 100644
--- a/components/metrics/proto/execution_context.proto
+++ b/components/metrics/proto/execution_context.proto
@@ -54,7 +54,7 @@ enum Thread {
// the lifetime of a process.
enum ProcessPhase {
// The browser's main message loop has been started.
- // Based on histogram Startup.BrowserMainRunnerImplInitializeStep2Time.
+ // Based on histogram Startup.BrowserMainRunnerImplInitializeStep1Time.
Mike Wittman 2016/12/01 16:40:33 This should be based on Startup.BrowserMessageLoop
bcwhite 2016/12/01 17:59:54 Done.
MAIN_LOOP_START = 0;
// The beginning of navigation in the first web contents' main frame.

Powered by Google App Engine
This is Rietveld 408576698