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...
When using the self-profiling API, it would be useful if there was a built-in way to have the profiler wait, after being started, for X amount of time without having...
The [API Reference](https://www.jetbrains.com/help/profiler/API_Reference.html#the-self-profiling-api) seems very outdated. It mentions `EnsurePrerequisite` and `EnsurePrerequisiteAsync`, instead of using the updated `Init` and `InitAsync` methods. The deprecation of `EnsurePrerequisite` and `EnsurePrerequisiteAsync` looks to have been...