JetBrains.Profiler.SelfApi
2.4.0
See the version list below for details.
dotnet add package JetBrains.Profiler.SelfApi --version 2.4.0
NuGet\Install-Package JetBrains.Profiler.SelfApi -Version 2.4.0
<PackageReference Include="JetBrains.Profiler.SelfApi" Version="2.4.0" />
paket add JetBrains.Profiler.SelfApi --version 2.4.0
#r "nuget: JetBrains.Profiler.SelfApi, 2.4.0"
// Install JetBrains.Profiler.SelfApi as a Cake Addin
#addin nuget:?package=JetBrains.Profiler.SelfApi&version=2.4.0
// Install JetBrains.Profiler.SelfApi as a Cake Tool
#tool nuget:?package=JetBrains.Profiler.SelfApi&version=2.4.0
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETCoreApp 3.0
- JetBrains.Profiler.Api (>= 1.3.0)
-
.NETFramework 4.6
- JetBrains.Profiler.Api (>= 1.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JetBrains.Profiler.SelfApi:
Package | Downloads |
---|---|
Metalama.Testing.UnitTesting
Package Description |
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 for ArduPilot (c# .net)
|
|
IsoFrieze/DiztinGUIsh
A Super NES ROM Disassembler
|
Version | Downloads | Last updated |
---|---|---|
2.4.3-preview1 | 47 | 3/9/2023 |
2.4.2 | 747 | 3/9/2023 |
2.4.1 | 144 | 3/10/2023 |
2.4.1-preview1 | 171 | 2/13/2023 |
2.4.0 | 8,061 | 12/7/2022 |
2.4.0-preview2 | 1,171 | 10/7/2022 |
2.4.0-preview1 | 159 | 9/26/2022 |
2.3.0 | 52,974 | 4/19/2022 |
2.3.0-preview3 | 288 | 3/7/2022 |
2.3.0-preview2 | 340 | 2/17/2022 |
2.3.0-preview1 | 93 | 2/15/2022 |
2.2.1-preview2 | 182 | 2/2/2022 |
2.2.0 | 22,876 | 12/8/2021 |
2.2.0-preview5 | 894 | 11/16/2021 |
2.2.0-preview4 | 2,565 | 10/29/2021 |
2.2.0-preview3 | 576 | 10/22/2021 |
2.1.2 | 31,356 | 6/16/2021 |
2.1.1 | 108,224 | 1/12/2021 |
2.1.0 | 34,492 | 11/5/2020 |
2.0.2 | 36,887 | 9/11/2020 |
1.2.0 | 26,670 | 8/6/2020 |
1.1.1 | 36,011 | 4/3/2020 |
1.0.4 | 1,536 | 3/20/2020 |
1.0.3 | 52,838 | 1/9/2020 |
1.0.2 | 404 | 1/9/2020 |
1.0.0 | 15,015 | 12/11/2019 |
Supported OSs:
• Windows 7 x86/x64 and later, Windows 11 x86/x64/arm64 and later
• macOS 10.12 Sierra x64 and later, macOS 11.0 Big Sur x64/arm64 and later
• Linux Glibc/Musl x64/arm/arm64 (most desktop distributions like Alpine, 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