JetBrains.Profiler.SelfApi
2.1.2
Prefix Reserved
See the version list below for details.
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
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 3.0
- JetBrains.Profiler.Api (>= 1.1.8)
-
.NETFramework 4.6
- JetBrains.Profiler.Api (>= 1.1.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on JetBrains.Profiler.SelfApi:
Repository | Stars |
---|---|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station (c# .net)
|
|
IsoFrieze/DiztinGUIsh
A Super NES ROM Disassembler
|
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 13,200 | 4/19/2022 |
2.3.0-preview3 | 251 | 3/7/2022 |
2.3.0-preview2 | 272 | 2/17/2022 |
2.3.0-preview1 | 63 | 2/15/2022 |
2.2.1-preview2 | 151 | 2/2/2022 |
2.2.0 | 16,164 | 12/8/2021 |
2.2.0-preview5 | 850 | 11/16/2021 |
2.2.0-preview4 | 2,517 | 10/29/2021 |
2.2.0-preview3 | 532 | 10/22/2021 |
2.1.2 | 25,620 | 6/16/2021 |
2.1.1 | 94,166 | 1/12/2021 |
2.1.0 | 29,642 | 11/5/2020 |
2.0.2 | 31,253 | 9/11/2020 |
1.2.0 | 22,227 | 8/6/2020 |
1.1.1 | 32,460 | 4/3/2020 |
1.0.4 | 1,242 | 3/20/2020 |
1.0.3 | 45,874 | 1/9/2020 |
1.0.2 | 327 | 1/9/2020 |
1.0.0 | 12,864 | 12/11/2019 |
• 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