JetBrains.Profiler.Api
1.2.0
Prefix Reserved
Install-Package JetBrains.Profiler.Api -Version 1.2.0
dotnet add package JetBrains.Profiler.Api --version 1.2.0
<PackageReference Include="JetBrains.Profiler.Api" Version="1.2.0" />
paket add JetBrains.Profiler.Api --version 1.2.0
#r "nuget: JetBrains.Profiler.Api, 1.2.0"
// Install JetBrains.Profiler.Api as a Cake Addin
#addin nuget:?package=JetBrains.Profiler.Api&version=1.2.0
// Install JetBrains.Profiler.Api as a Cake Tool
#tool nuget:?package=JetBrains.Profiler.Api&version=1.2.0
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.
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
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 (6)
Showing the top 5 popular GitHub repositories that depend on JetBrains.Profiler.Api:
Repository | Stars |
---|---|
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
|
|
linq2db/linq2db
Linq to database provider.
|
|
DataDog/dd-trace-dotnet
.NET Tracer for Datadog APM
|
|
BAndysc/WoWDatabaseEditor
Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Featuring a 3D view built with OpenGL and custom ECS framework
|
|
Cysharp/AlterNats
An alternative high performance NATS client for .NET.
|
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 16,779 | 4/19/2022 |
1.2.0-preview2 | 597 | 2/17/2022 |
1.2.0-preview1 | 67 | 2/15/2022 |
1.1.8 | 96,445 | 6/16/2021 |
1.1.7 | 642,044 | 9/11/2020 |
1.1.6 | 75,950 | 3/24/2020 |
1.1.5 | 11,555 | 1/9/2020 |
1.1.4 | 358 | 1/9/2020 |
1.1.3 | 14,913 | 8/11/2019 |
1.1.2 | 1,716 | 7/20/2019 |
1.1.0 | 923 | 7/18/2019 |
1.0.19 | 5,695 | 4/17/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 Glibc/Musl x64/arm64 (most desktop distributions like Alpine, 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