JetBrains.Profiler.Api
1.1.8
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
Install-Package JetBrains.Profiler.Api -Version 1.1.8
dotnet add package JetBrains.Profiler.Api --version 1.1.8
<PackageReference Include="JetBrains.Profiler.Api" Version="1.1.8" />
paket add JetBrains.Profiler.Api --version 1.1.8
#r "nuget: JetBrains.Profiler.Api, 1.1.8"
// Install JetBrains.Profiler.Api as a Cake Addin
#addin nuget:?package=JetBrains.Profiler.Api&version=1.1.8
// Install JetBrains.Profiler.Api as a Cake Tool
#tool nuget:?package=JetBrains.Profiler.Api&version=1.1.8
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 2.0 and later, .NET Standard 1.1 and later, .NET Core 1.0 and later, .NET 5.0 and later, Mono 5.10 and later
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on JetBrains.Profiler.Api:
| Package | Downloads |
|---|---|
|
JetBrains.DPA.Core
JetBrains DPA Core Package Version 212.0.20211008.82359
|
|
|
JetBrains.Platform.Core.Shell
JetBrains Platform Core Shell Package Version 212.0.20211001.131124
|
|
|
JetBrains.Profiler.SelfApi
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.
|
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.8 | 0 | 06.02.2022 |