From f2cc8a7277fde932a8689b352079fea00422d307 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Thu, 5 Sep 2024 06:25:51 +1000 Subject: [PATCH] Use integrated eventing --- src/Profile/MarshallingBenchmarks.cs | 2 ++ src/Profile/Profile.csproj | 1 + 2 files changed, 3 insertions(+) diff --git a/src/Profile/MarshallingBenchmarks.cs b/src/Profile/MarshallingBenchmarks.cs index e564ce66..5394d7f0 100644 --- a/src/Profile/MarshallingBenchmarks.cs +++ b/src/Profile/MarshallingBenchmarks.cs @@ -1,8 +1,10 @@ using CSnakes.Runtime; using BenchmarkDotNet.Attributes; +using Microsoft.VSDiagnostics; namespace Profile; +[CPUUsageDiagnoser] [MarkdownExporter] public class MarshallingBenchmarks: BaseBenchmark { diff --git a/src/Profile/Profile.csproj b/src/Profile/Profile.csproj index dc1072d0..0e3eabb6 100644 --- a/src/Profile/Profile.csproj +++ b/src/Profile/Profile.csproj @@ -19,6 +19,7 @@ +