Skip to content

Commit d09adac

Browse files
committed
t
1 parent a6ff386 commit d09adac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Engines/Engine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void DotNetTraceStart()
237237

238238
string outputPath = $"{workspace}/artifacts/{DateTime.Now:yyyyMMdd_HHmmss_fff}.nettrace";
239239

240-
var process = Process.Start(new ProcessStartInfo("dotnet", $"dotnet trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x10 --output {outputPath} --duration 00:00:05")
240+
var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x10 --output {outputPath} --duration 00:00:05")
241241
{
242242
CreateNoWindow = false,
243243
UseShellExecute = false,

0 commit comments

Comments
 (0)