profiler-self-api
profiler-self-api copied to clipboard
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard
So I have a simple code ```csharp public static class DotTraceAssist { public static volatile bool Started; public static volatile bool Happened; public static DotTrace.Config Config; public static void Check(Func...
I'm trying to get a dotMemory Snaphost from an application that runs on Azure App Service but I'm getting this error. ``` System.InvalidOperationException: dotMemory console profiler has failed. See details...
I have a .Net Framework 4.x WPF application that occasionally (1% occurrence rate) has a performance issue when loading data. I have narrowed the problem down to a very specific...
Even if I can run timeline profiling under linux just fine from command line (with both - start and attach), profiling self API says it is not supported. I've cloned...