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

Unified Diff: components/metrics/public/cpp/call_stack_profile.typemap

Issue 2362493002: Stack sampling profiler: set process and thread information (Closed)
Patch Set: address comments Created 4 years, 3 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/cpp/call_stack_profile.typemap
diff --git a/components/metrics/public/cpp/call_stack_profile.typemap b/components/metrics/public/cpp/call_stack_profile.typemap
index bf3b54245064e6e708194bcac6b10e742dd38cec..a12ba83f47310523c7a24188cb0e1f5d9e719209 100644
--- a/components/metrics/public/cpp/call_stack_profile.typemap
+++ b/components/metrics/public/cpp/call_stack_profile.typemap
@@ -19,6 +19,8 @@ type_mappings = [
"metrics.mojom.CallStackFrame=base::StackSamplingProfiler::Frame",
"metrics.mojom.CallStackProfile=base::StackSamplingProfiler::CallStackProfile",
"metrics.mojom.CallStackProfileParams=metrics::CallStackProfileParams",
+ "metrics.mojom.Process=metrics::CallStackProfileParams::Process",
"metrics.mojom.SampleOrderingSpec=metrics::CallStackProfileParams::SampleOrderingSpec",
+ "metrics.mojom.Thread=metrics::CallStackProfileParams::Thread",
"metrics.mojom.Trigger=metrics::CallStackProfileParams::Trigger",
]

Powered by Google App Engine
This is Rietveld 408576698