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

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

Issue 2444143002: Add process lifetime annotations to stack samples. (Closed)
Patch Set: abandon generator for on-the-fly Profiles creation Created 4 years, 1 month 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 b189a585661c2df4ba5b71b9c0a0f1e978855365..611148c8255319b886524db1013b0f98c11fa79e 100644
--- a/components/metrics/public/cpp/call_stack_profile.typemap
+++ b/components/metrics/public/cpp/call_stack_profile.typemap
@@ -17,6 +17,7 @@ deps = [
type_mappings = [
"metrics.mojom.CallStackModule=base::StackSamplingProfiler::Module",
"metrics.mojom.CallStackFrame=base::StackSamplingProfiler::Frame",
+ "metrics.mojom.CallStackSample=base::StackSamplingProfiler::Sample[move_only]",
"metrics.mojom.CallStackProfile=base::StackSamplingProfiler::CallStackProfile[move_only]",
"metrics.mojom.CallStackProfileParams=metrics::CallStackProfileParams",
"metrics.mojom.Process=metrics::CallStackProfileParams::Process",
« no previous file with comments | « components/metrics/proto/execution_context.proto ('k') | components/metrics/public/cpp/call_stack_profile_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698