18 references to Log
Roslyn.Test.Performance.Utilities (18)
Benchview.cs (10)
41
Log
("Checking for valid environment");
46
Log
($"{s_sasEnvironmentVar} was not defined");
53
Log
("git was not found on the PATH");
60
Log
("py was not found on the PATH");
66
Log
($"BenchView Tools not found at {s_scriptDirectory}");
94
Log
("Uploading json to Azure blob storage");
97
Log
("Done uploading");
101
Log
("Conversion from Consumption to json failed.");
108
Log
("Converting Consumption format to BenchView measurement json");
111
Log
($"File {source} does not exist");
ScenarioGenerator.cs (2)
70
Log
($"deleting {_fullPath}");
74
Log
($"Writing scenarios.xml to {_fullPath}");
TestUtilities.cs (1)
145
Log
($"running \"{file}\" with arguments \"{args}\" from directory {workingDirectory}");
TraceManager.cs (5)
22
Log
("Found CPC, using it for trace collection");
27
Log
($"WARNING: Could not find CPC at {cpcFullPath} (no traces will be collected)");
154
Log
($"Wallclock times for {_testName}");
155
Log
($"ALL: [{allString}]");
156
Log
($"AVERAGE: {average}");