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 e88b1b6 commit b779539Copy full SHA for b779539
src/BenchmarkDotNet/Engines/Engine.cs
@@ -239,7 +239,7 @@ public void DotNetTraceStart()
239
240
string outputPath = $"{workspace}/artifacts/{DateTime.Now:yyyyMMdd_HHmmss_fff}.nettrace";
241
242
- var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --provider gc-verbose --output {outputPath} --duration 00:00:00:05")
+ var process = Process.Start(new ProcessStartInfo("dotnet", $"trace collect -p {pid} --providers Microsoft-Windows-DotNETRuntime:0x3280000:5 --output {outputPath} --duration 00:00:00:05")
243
{
244
CreateNoWindow = false,
245
UseShellExecute = false,
0 commit comments