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

Unified Diff: pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart

Issue 1249793007: performance measurement mods: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 5 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
Index: pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
diff --git a/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart b/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
index 11e2f9ae3cd458407dc705b3c8845069f19b6621..790da05ca1c5da19e0245c5a2eda3696cf461fe6 100644
--- a/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
+++ b/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
@@ -30,9 +30,8 @@ class InstrumentationInputConverter extends CommonInputConverter {
StringBuffer readBuffer = null;
InstrumentationInputConverter(
- String tmpSrcDirPath, Map<String, String> srcPathMap,
- {int diagnosticPort})
- : super(tmpSrcDirPath, srcPathMap, diagnosticPort: diagnosticPort);
+ String tmpSrcDirPath, PathMap srcPathMap)
+ : super(tmpSrcDirPath, srcPathMap);
@override
Operation convert(String line) {

Powered by Google App Engine
This is Rietveld 408576698