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

Unified Diff: mojo/tools/data/benchmarks

Issue 1443433002: Dart: Use dart:developer for tracing in startup benchmark. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Roll binary sdk Created 5 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
« no previous file with comments | « benchmarks/dart_startup/lib/main.dart ('k') | tools/dart/update.py » ('j') | 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 e48a3c53d13c38aee2dba36483abfced84340081..b3fe8778e86124c30d993bf2891730cd103116e2 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -9,11 +9,11 @@ benchmarks = [
'measurements': [
{
'name': 'initialize',
- 'spec': 'time_until/traced_application/initialized'
+ 'spec': 'time_until/Dart/initialized'
},
{
'name': 'accept connection',
- 'spec': 'time_between/traced_application/initialized/traced_application/connected',
+ 'spec': 'time_between/Dart/initialized/Dart/connected',
}
]
},
@@ -24,7 +24,7 @@ benchmarks = [
'measurements': [
{
'name': 'initialize',
- 'spec': 'time_between/dart_handler_running/connecting/traced_application/initialized',
+ 'spec': 'time_between/Dart/connecting/Dart/initialized',
}
]
},
« no previous file with comments | « benchmarks/dart_startup/lib/main.dart ('k') | tools/dart/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698