Info
Version: | 2.1.1 |
Author(s): | Mikhail Pilin, Ilya Ivanov, Kirill Ponimash |
Last Update: | Tuesday, January 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JetBrains/profiler-self-api/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/JetBrains.Profiler.SelfApi |
Install
Install-Package JetBrains.Profiler.SelfApi
dotnet add package JetBrains.Profiler.SelfApi
paket add JetBrains.Profiler.SelfApi
JetBrains.Profiler.SelfApi Download (Unzip the "nupkg" after downloading)
Dependencies
net46
- JetBrains.Profiler.Api(>= 1.1.7)
- JetBrains.Profiler.Api(>= 1.1.7)
Tags
The snapshots taken by the API calls can be later opened and investigated in JetBrains profiling tools. The main advantage of Self-Profiling API is that it doesn't require the profiling tools to be installed on the end-user machine.
For example, you can use this API to take memory snapshots of your application on end-user desktops, staging and production servers, and so on.
ATTENTION: Note that for its work JetBrains Self-Profiling API uses the JetBrains.dotMemory.Console and JetBrains.dotTrace.CommandLineTools packages which is distributed under the JetBrains Redistributable Product license: The library is free and can be freely redistributed but disassembling is not allowed.