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

Unified Diff: pkg/analysis_server/test/performance/instrumentation_input_converter.dart

Issue 1201263002: performance measurement: add explicit temp source directory argument (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 6 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/test/performance/instrumentation_input_converter.dart
diff --git a/pkg/analysis_server/test/performance/instrumentation_input_converter.dart b/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
index e5788c919b14247296a6292f880cbd64b283d8de..b0f9c6185eec9cde7d744b5616da338dce1defd8 100644
--- a/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
+++ b/pkg/analysis_server/test/performance/instrumentation_input_converter.dart
@@ -29,8 +29,9 @@ class InstrumentationInputConverter extends CommonInputConverter {
*/
StringBuffer readBuffer = null;
- InstrumentationInputConverter(Map<String, String> srcPathMap)
- : super(srcPathMap);
+ InstrumentationInputConverter(
+ String tmpSrcDirPath, Map<String, String> srcPathMap)
+ : super(tmpSrcDirPath, srcPathMap);
@override
Operation convert(String line) {
« no previous file with comments | « pkg/analysis_server/test/performance/input_converter.dart ('k') | pkg/analysis_server/test/performance/local_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698