Skip to content

Commit b779539

Browse files
committed
t
1 parent e88b1b6 commit b779539

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
@@ -239,7 +239,7 @@ public void DotNetTraceStart()
239239

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

242-
var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --provider gc-verbose --output {outputPath} --duration 00:00:00:05")
242+
var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x3280000:5 --output {outputPath} --duration 00:00:00:05")
243243
{
244244
CreateNoWindow = false,
245245
UseShellExecute = false,

0 commit comments

Comments
 (0)