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

Unified Diff: services/tracing/tracing.mojom

Issue 1055703002: Gather trace data by waiting on handles with a fixed timeout (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 8 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 | « services/tracing/main.cc ('k') | services/tracing/tracing_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing.mojom
diff --git a/services/tracing/tracing.mojom b/services/tracing/tracing.mojom
index fa8be1f655df695b43a8a17d294dd40f74b30a54..7c53b435a3483ec2909df5f46e751bf76318febe 100644
--- a/services/tracing/tracing.mojom
+++ b/services/tracing/tracing.mojom
@@ -23,6 +23,7 @@ interface TraceCoordinator {
// |stream|.
Start(handle<data_pipe_producer> stream, string categories);
- // Stop tracing and flush results to file.
+ // Stop tracing and flush results to the |stream| passed in to Start().
+ // Closes |stream| when all data is collected.
StopAndFlush();
};
« no previous file with comments | « services/tracing/main.cc ('k') | services/tracing/tracing_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698