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