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

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

Issue 2530043002: Set process phases in the StackSamplingProfiler. (Closed)
Patch Set: improved comment Created 3 years, 11 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: components/metrics/proto/execution_context.proto
diff --git a/components/metrics/proto/execution_context.proto b/components/metrics/proto/execution_context.proto
index 3500e19a5d95bfe023ffdacacf4afcc3b15fd994..64dfa6e381686859a51a6c706c6e6345ba31fbd1 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.BrowserMessageLoopStartTime.
MAIN_LOOP_START = 0;
// The beginning of navigation in the first web contents' main frame.

Powered by Google App Engine
This is Rietveld 408576698