JetBrains.Profiler.Api
1.1.7
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.7
dotnet add package JetBrains.Profiler.Api --version 1.1.7
<PackageReference Include="JetBrains.Profiler.Api" Version="1.1.7" />
paket add JetBrains.Profiler.Api --version 1.1.7
#r "nuget: JetBrains.Profiler.Api, 1.1.7"
// Install JetBrains.Profiler.Api as a Cake Addin
#addin nuget:?package=JetBrains.Profiler.Api&version=1.1.7
// Install JetBrains.Profiler.Api as a Cake Tool
#tool nuget:?package=JetBrains.Profiler.Api&version=1.1.7
Release Notes
• Supported OSs: Windows 7 and later, macOS 10.12 Sierra and later, Linux (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, Mono 5.10 and later
• The ability to detach the profiler via API
• The API is able to detect that the profiler was attached to the application
• Significantly reduced memory consumption
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 (1)
Showing the top 1 NuGet packages that depend on JetBrains.Profiler.Api:
Package | Downloads |
---|---|
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.
|
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on JetBrains.Profiler.Api:
Repository | Stars |
---|---|
linq2db/linq2db
Linq to database provider.
|
|
dotnet/interactive
.NET Interactive takes the power of .NET and embeds it into your interactive experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
|
|
kennyvv/Alex
A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
|
|
DataDog/dd-trace-dotnet
.NET Tracer for Datadog APM
|