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

Unified Diff: components/metrics/public/interfaces/call_stack_profile_collector.mojom

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/public/interfaces/call_stack_profile_collector.mojom
diff --git a/components/metrics/public/interfaces/call_stack_profile_collector.mojom b/components/metrics/public/interfaces/call_stack_profile_collector.mojom
index 97295c8cd6415d4eca88bc5491375f6552b9d77c..ca3fe794e3bb63bba439fa7ca4230f47cd93aef3 100644
--- a/components/metrics/public/interfaces/call_stack_profile_collector.mojom
+++ b/components/metrics/public/interfaces/call_stack_profile_collector.mojom
@@ -22,7 +22,7 @@ struct CallStackFrame {
struct CallStackSample {
array<CallStackFrame> frames;
- uint32 process_phases;
+ uint32 process_milestones;
};
struct CallStackProfile {
« no previous file with comments | « components/metrics/public/cpp/call_stack_profile_struct_traits.h ('k') | components/startup_metric_utils/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698