We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff386 commit d09adacCopy full SHA for d09adac
src/BenchmarkDotNet/Engines/Engine.cs
@@ -237,7 +237,7 @@ public void DotNetTraceStart()
237
238
string outputPath = $"{workspace}/artifacts/{DateTime.Now:yyyyMMdd_HHmmss_fff}.nettrace";
239
240
- var process = Process.Start(new ProcessStartInfo("dotnet", $"dotnet trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x10 --output {outputPath} --duration 00:00:05")
+ var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x10 --output {outputPath} --duration 00:00:05")
241
{
242
CreateNoWindow = false,
243
UseShellExecute = false,
0 commit comments