JetBrains.Profiler.SelfApi
2.1.2
JetBrains Self-Profiling API lets you initiate and control profiling sessions right from the code of your application. 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.
Install-Package JetBrains.Profiler.SelfApi -Version 2.1.2
dotnet add package JetBrains.Profiler.SelfApi --version 2.1.2
<PackageReference Include="JetBrains.Profiler.SelfApi" Version="2.1.2" />
paket add JetBrains.Profiler.SelfApi --version 2.1.2
#r "nuget: JetBrains.Profiler.SelfApi, 2.1.2"
// Install JetBrains.Profiler.SelfApi as a Cake Addin
#addin nuget:?package=JetBrains.Profiler.SelfApi&version=2.1.2
// Install JetBrains.Profiler.SelfApi as a Cake Tool
#tool nuget:?package=JetBrains.Profiler.SelfApi&version=2.1.2
Release Notes
• Supported OSs: Windows 7 x86/x64 and later, macOS 10.12 Sierra - 10.15 Catalina x64, macOS 11.0 Big Sur x64/arm64 and later, Linux x64/arm64 (most desktop distributions like CentOS, Debian, Fedora, Ubuntu and derivatives)
• Supported frameworks: .NET Framework 4.6.1 and later, .NET Core 3.0 and later, .NET 5.0 and later
Dependencies
-
.NETCoreApp 3.0
- JetBrains.Profiler.Api (>= 1.1.8)
-
.NETFramework 4.6
- JetBrains.Profiler.Api (>= 1.1.8)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JetBrains.Profiler.SelfApi:
| Package | Downloads |
|---|---|
|
JetBrains.Platform.Core.Shell
JetBrains Platform Core Shell Package Version 212.0.20211001.131124
|
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.1.2 | 0 | 06.02.2022 |