Skip to content

Instantly share code, notes, and snippets.

View codefox42's full-sized avatar

Codefox42 codefox42

View GitHub Profile
@codefox42
codefox42 / DotTraceDiagnoser.cs
Last active November 8, 2019 04:36 — forked from DanubeRS/DotTraceDiagnoser.cs
DotTraceDiagnoser
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using BenchmarkDotNet.Analysers;
using BenchmarkDotNet.Diagnosers;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Exporters;
using BenchmarkDotNet.Loggers;
using BenchmarkDotNet.Reports;