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

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

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
« no previous file with comments | « components/metrics/public/interfaces/call_stack_profile_collector.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/public/interfaces/call_stack_profile_collector_test.mojom
diff --git a/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom b/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom
index 55369dbffd850ac2bd5c63f732fcee78366c6d2f..2c7f1c1471a86928a48f53d3eff4b402ebdde671 100644
--- a/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom
+++ b/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom
@@ -17,8 +17,17 @@ interface CallStackProfileCollectorTest {
BounceProfile(CallStackProfile in) => (CallStackProfile out);
[Sync]
+ BounceProcess(Process in) => (Process out);
+
+ [Sync]
+ BounceThread(Thread in) => (Thread out);
+
+ [Sync]
BounceTrigger(Trigger in) => (Trigger out);
[Sync]
BounceSampleOrderingSpec(SampleOrderingSpec in) => (SampleOrderingSpec out);
+
+ [Sync]
+ BounceCallStackProfileParams(CallStackProfileParams in) => (CallStackProfileParams out);
};
« no previous file with comments | « components/metrics/public/interfaces/call_stack_profile_collector.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698