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

Unified Diff: mojo/tools/data/benchmarks

Issue 1357503002: Add tracing event for first connection. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « examples/trace_me/trace_me_app.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/benchmarks
diff --git a/mojo/tools/data/benchmarks b/mojo/tools/data/benchmarks
index 9d81055287fc547d179859fa7c15e51b239e641a..7069f9b911b12b907c0ca79636aa815780e9a21a 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -8,6 +8,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'time_until/traced_application/initialized',
+ 'time_until/traced_application/connected',
]
},
{
@@ -16,6 +17,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'time_until/trace_me/initialized',
+ 'time_until/trace_me/connected',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/trace_me.mojo --early-tracing',
« no previous file with comments | « examples/trace_me/trace_me_app.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698