Actions: dotnet/BenchmarkDotNet
Actions
153 workflow runs
153 workflow runs
llcOptimizationPreference
was renamed to OptimizationPreference
and became supported in .NET 8 (or maybe .NET 7, it doesn't matter)
* IlcGenerateStackTraceData
is now StackTraceSupport
and supported. (Also got renamed in .NET 8 or earlier.)
I'm leaving the old names of properties for backcompat. We could also delete them. I don't know how much BDN cares about .NET versions that are...
generate-changelog
#170:
Commit ca5dfdf
pushed
by
adamsitnik
SnapshotProfilerBase
which is the base for DotMemoryDiagnoser
and DotTraceDiagnoser
. The common class is inside the main package, so it can be reused by other tools (not only by JetBrains, applicable for any command-line profiler). The dotTrace/dotMemory diagnoser classes have unique simple implementation. IsSupported
is duplicated on purpose since future versions of dotTrace and dotMemor...
generate-changelog
#168:
Commit 92f33f2
pushed
by
AndreyAkinshin